From 5ad175c2532880da714e82b283770a7a2a45364f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 7 Feb 2026 18:38:17 +0800 Subject: Rename asset crate to asset_system --- src/lib.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0abe27f..abf713c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,12 +15,16 @@ pub mod lib { } pub mod system { + pub mod constants { + pub use constants::*; + } + pub mod action_system { pub use action_system::*; } - pub mod constants { - pub use constants::*; + pub mod asset_system { + pub use asset_system::*; } } -- cgit