put azalea_core::tick behind feature flag

This commit is contained in:
mat 2023-12-05 11:19:53 -06:00
parent 020dc434ff
commit c5b15c0293

View file

@ -17,5 +17,6 @@ pub mod particle;
pub mod position; pub mod position;
pub mod registry_holder; pub mod registry_holder;
pub mod resource_location; pub mod resource_location;
#[cfg(feature = "bevy_ecs")]
pub mod tick; pub mod tick;
pub mod tier; pub mod tier;