From 4f184a439056d2b5dff7aa2fa1b1a73a1cbe9582 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 7 Feb 2026 18:08:42 +0800 Subject: Add asset system with file locking and atomic writes --- systems/_constants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/_constants/Cargo.toml') diff --git a/systems/_constants/Cargo.toml b/systems/_constants/Cargo.toml index 3978c17..e83a510 100644 --- a/systems/_constants/Cargo.toml +++ b/systems/_constants/Cargo.toml @@ -4,5 +4,5 @@ edition = "2024" version.workspace = true [dependencies] -macros = { path = "macros" } +constants_macros = { path = "macros" } libc = "0.2" -- cgit