Skip to content

Commit

Permalink
Make plugin non exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Feb 19, 2024
1 parent 494dfc6 commit 70edb1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 70edb1f

Please sign in to comment.