We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acac072 commit 14e7e7aCopy full SHA for 14e7e7a
src/systems.rs
@@ -7,6 +7,9 @@ use crate::{
7
RustGpu,
8
};
9
10
+#[allow(unused_imports)]
11
+use crate::prelude::ModuleMeta;
12
+
13
/// Listens for [`Shader`](bevy::prelude::Shader) asset events, clears metadata if the respective flag is enabled,
14
/// and aggregates change events for application in [`reload_materials`].
15
pub fn shader_events<M>(
0 commit comments