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 --- systems/sheet/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'systems/sheet/Cargo.toml') 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" } -- cgit