diff options
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index aee0df6..9e65e40 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -10,7 +10,6 @@ mod any; mod asset; -mod markers; mod program; mod renderer; @@ -41,11 +40,6 @@ pub use crate::program::*; pub use crate::renderer::render_result::*; -/// All marker types of `Mingling` that serve no practical purpose -pub mod marker { - pub use crate::markers::next_process::*; -} - /// `Mingling`'s Program initialization system pub mod setup { pub use crate::program::setup::*; |
