make elements public
This commit is contained in:
parent
cfe11d3777
commit
0246e80f93
|
@ -3,7 +3,7 @@ mod apply_mutations;
|
|||
pub mod colors;
|
||||
mod deferred_system;
|
||||
mod ecs_hooks;
|
||||
mod elements;
|
||||
pub mod elements;
|
||||
#[macro_use]
|
||||
mod events;
|
||||
#[cfg(feature = "hot_reload")]
|
||||
|
|
Loading…
Reference in a new issue