summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-12 04:42:10 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-12 05:07:50 +0800
commiteec323baf28f1a588f835aa773b77e019f91446d (patch)
treeff186f5c1094374101d58caee1cc7d1b8c72dddc /systems/sheet/Cargo.toml
parentce1a5ac5c4c116e28f647549f422f8bdbd94487c (diff)
Add sheet system with mapping macros and modules
Diffstat (limited to 'systems/sheet/Cargo.toml')
-rw-r--r--systems/sheet/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml
index 89c439b..5c53c36 100644
--- a/systems/sheet/Cargo.toml
+++ b/systems/sheet/Cargo.toml
@@ -1,6 +1,9 @@
[package]
-name = "sheet"
+name = "sheet_system"
edition = "2024"
version.workspace = true
[dependencies]
+sheet_system_macros = { path = "macros" }
+string_proc = { path = "../../utils/string_proc" }
+asset_system = { path = "../_asset" }