aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/systems.rs
blob: 3279b51af69e6e50352b505fe27af9b0cfdd4948 (plain) (blame)
1
2
3
4
5
6
7
#[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;