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