aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-04-24 23:32:40 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-04-24 23:32:40 -0400
commit0a2d9f22a38a95bdad5c74d1cc95c4e16d0779ac (patch)
treef87e6bcadb689d2c4e4e06feb32dd29cddb4351d /src/lib.rs
parentf98b27592b2482dc89adc055073a3ee015f2424e (diff)
Re-Exported Label
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fdf3fa8..430e5d9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;