aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/systems.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:23 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:23 +0100
commitfb996488aa651cb2e7f46abc083c4318b47e77cd (patch)
treed1513d479b6069abca290e271f439cd1ef553383 /stockton-render/src/systems.rs
parenta82e16c92a026b2fbe3a40a21d7e690242e32ba6 (diff)
wip refactor(render): more work on draw passes
Diffstat (limited to 'stockton-render/src/systems.rs')
-rw-r--r--stockton-render/src/systems.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/stockton-render/src/systems.rs b/stockton-render/src/systems.rs
index b0c33c2..67cea84 100644
--- a/stockton-render/src/systems.rs
+++ b/stockton-render/src/systems.rs
@@ -1,3 +1 @@
-pub use crate::do_render_system;
-pub use crate::draw::calc_vp_matrix_system;
pub use crate::window::process_window_events_system;