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/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_core/src/lib.rs') diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 2c5cf55..87be806 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -24,6 +24,7 @@ pub use crate::asset::chain::*; #[cfg(feature = "comp")] pub use crate::asset::comp::*; pub use crate::asset::dispatcher::*; +pub use crate::asset::enum_tag::*; pub use crate::asset::node::*; pub use crate::asset::renderer::*; -- cgit