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