diff options
Diffstat (limited to 'mingling_macros/src/systems.rs')
| -rw-r--r-- | mingling_macros/src/systems.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mingling_macros/src/systems.rs b/mingling_macros/src/systems.rs new file mode 100644 index 0000000..53e58c5 --- /dev/null +++ b/mingling_macros/src/systems.rs @@ -0,0 +1,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; |
