From 2c32196bbc632411d4f6998a506ca262a805a666 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 27 Apr 2026 21:19:56 +0800 Subject: Add global resource system to Program --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1b69a8f..0578bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ members = [ "mingling_macros", ] exclude = [ - "mingling_cli", "dev_tools", "examples/example-async", "examples/example-basic", -- cgit