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 70edb1f commit a756ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a756ef9

Please sign in to comment.