aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/systems.rs
blob: 44478a0f6b3aa2dd4d06bb5ad488555fc09d2d7f (plain) (blame)
1
2
3
4
5
6
// Doc Not Optimize
#[cfg(feature = "dispatch_tree")]
pub(crate) mod dispatch_tree_gen;
pub(crate) mod res_injection;
#[cfg(feature = "structural_renderer")]
pub(crate) mod structural_data;