From 698c9493c89fb0c41eb7a10186c6befc7ad01d79 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 6 Aug 2026 17:10:19 -0700 Subject: further splitting of graphics submodules now this is starting to feel like halfway decent organization Force-Push: yes Change-Id: I45cc4afb45e1528705680eb4192c1e9ba72f53fb --- src/graphics/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphics/mod.rs') diff --git a/src/graphics/mod.rs b/src/graphics/mod.rs index f164588..7eca16a 100644 --- a/src/graphics/mod.rs +++ b/src/graphics/mod.rs @@ -1,5 +1,7 @@ #![deny(unsafe_code)] pub mod permanent; +pub mod render_state; pub mod scene; +pub mod util; pub mod window_dressing; -- cgit 1.4.1