From 9a303edb56fb460f2b60aef0bfca15a242381ba0 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 10 Aug 2026 01:49:41 +0200 Subject: style(engine): apply formatting --- engine/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/src/lib.rs') diff --git a/engine/src/lib.rs b/engine/src/lib.rs index 0d9f531..f8b91a1 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -22,10 +22,10 @@ pub mod material; pub mod math; pub mod mesh; pub mod model; -pub mod scene; pub mod projection; pub mod reflection; pub mod rendering; +pub mod scene; pub mod texture; pub mod transform; pub mod ui; -- cgit v1.2.3-18-g5258