From 70edb1f409a9a14d40ba94a3c852c28f5d4f389d Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Mon, 19 Feb 2024 02:30:55 +0100 Subject: [PATCH] Make plugin non exhaustive --- src/plugin.rs | 1 + 1 file changed, 1 insertion(+) 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 {