diff options
author | Silas Bartha <[email protected]> | 2024-04-24 23:35:25 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-04-24 23:36:16 -0400 |
commit | 4bdbe1ffbdd00192ac3beed1a4f1ac62c161109b (patch) | |
tree | ed6139b75c97983ee9adc0598db0c70ee0e68559 /src | |
parent | 4d815c19c4cca9eeee978027d4c712b7b826cd6c (diff) |
Re-Export Labelv0.1.1
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ use bevy::{prelude::*, render::{RenderApp, extract_component::{UniformComponentPlugin, ExtractComponentPlugin}, render_graph::{RenderGraphApp, ViewNodeRunner}}, asset::embedded_asset, core_pipeline::core_3d::graph::{Core3d, Node3d}}; +pub use nodes::OutlineRenderLabel; + pub struct OutlinePostProcessPlugin; pub mod components; |