diff --git a/src/plugin.rs b/src/plugin.rs index 27ab350..1bdf0ba 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -10,8 +10,8 @@ use bevy::render::render_asset::RenderAssetUsages; use bevy::render::texture::{CompressedImageFormats, ImageSampler, ImageType}; /// Plugin for the Wind Waker shader. -#[derive(Debug, Default, Clone, Copy)] #[non_exhaustive] +#[derive(Debug, Default, Clone, Copy)] pub struct WindWakerShaderPlugin; impl Plugin for WindWakerShaderPlugin {