diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-11 21:44:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-11 21:44:05 +0800 |
| commit | 762e3119401fbee25ec18fee2ff220d9b12d48e8 (patch) | |
| tree | 26dee88ae37f7d184b693a1a97dad0c89fd0db66 /systems/asset/src/lib.rs | |
| parent | 2f10e0d94c61916dd36a03df2576223b135b6ccd (diff) | |
Add sheet system and reorganize workspace
- Add new "sheet" crate to workspace
- Rename "systems/asset" to "systems/_asset"
- Reorder workspace members and dependencies for clarity
- Update constants with new paths for auth and rules
- Add conditional compilation for system module
Diffstat (limited to 'systems/asset/src/lib.rs')
| -rw-r--r-- | systems/asset/src/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/systems/asset/src/lib.rs b/systems/asset/src/lib.rs deleted file mode 100644 index ac4317f..0000000 --- a/systems/asset/src/lib.rs +++ /dev/null @@ -1,6 +0,0 @@ -pub mod asset; -pub mod error; -pub mod rw; - -#[allow(unused)] -pub use asset_macros::*; |
