From eec323baf28f1a588f835aa773b77e019f91446d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 12 Feb 2026 04:42:10 +0800 Subject: Add sheet system with mapping macros and modules --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit