From 17cf59fe8220ac5befbbe8333fa0515ab532103d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 13 Apr 2026 21:19:03 +0800 Subject: Remove comp module and add EnumTag derive macro --- mingling_core/src/asset.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_core/src/asset.rs') diff --git a/mingling_core/src/asset.rs b/mingling_core/src/asset.rs index 1270a50..a4254ef 100644 --- a/mingling_core/src/asset.rs +++ b/mingling_core/src/asset.rs @@ -8,6 +8,9 @@ pub mod comp; #[doc(hidden)] pub mod dispatcher; +#[doc(hidden)] +pub mod enum_tag; + #[doc(hidden)] pub mod node; -- cgit