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/src/sheet.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 systems/sheet/src/sheet.rs (limited to 'systems/sheet/src/sheet.rs') diff --git a/systems/sheet/src/sheet.rs b/systems/sheet/src/sheet.rs new file mode 100644 index 0000000..54420ab --- /dev/null +++ b/systems/sheet/src/sheet.rs @@ -0,0 +1 @@ +pub struct Sheet {} -- cgit