diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ use bevy::{prelude::*, render::{RenderApp, render_graph::{RenderGraphApp, ViewNo use crate::components::DitherPostProcessSettings; +pub use nodes::DitherRenderLabel; + pub struct DitherPostProcessPlugin; pub mod components; |