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
commit6ab13f2d0cb345795f761181a06777ade61ff09c (patch)
tree42007acef9846d5e79f1bf418a96647f34b530d1 /stockton-render/src/systems.rs
parentccf0074b08ce835cf22e7d46153d1cb3f3d06d32 (diff)
refactor(all): separate rendering from framework
stockton-passes is mostly just a stand-in until this is properly separated
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
deleted file mode 100644
index 5f86c29..0000000
--- a/stockton-render/src/systems.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-pub use crate::draw::camera::calc_vp_matrix_system;
-pub use crate::window::process_window_events_system;