Re-Export Label
This commit is contained in:
parent
4d815c19c4
commit
4bdbe1ffbd
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "grex_outline_post_process"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies.bevy]
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user