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