summaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parentce1a5ac5c4c116e28f647549f422f8bdbd94487c (diff)
Add sheet system with mapping macros and modules
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 943c4d7..aea255b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,7 @@ members = [
"systems/action",
"systems/action/action_macros",
"systems/sheet",
+ "systems/sheet/macros",
"utils/cfg_file",
"utils/cfg_file/cfg_file_derive",
"utils/cfg_file/cfg_file_test",
@@ -95,6 +96,7 @@ string_proc = { path = "utils/string_proc" }
asset_system = { path = "systems/_asset" }
constants = { path = "systems/_constants" }
action_system = { path = "systems/action" }
+sheet_system = { path = "systems/sheet" }
# Legacy
vcs_data = { path = "legacy_data" }