From d8d239022e25b74d99a095486fe8cec1c999777b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 24 Jul 2026 00:57:08 +0800 Subject: feat(core): add RendererInvoker and ChainInvoker types --- mingling_core/src/asset.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_core/src/asset.rs') diff --git a/mingling_core/src/asset.rs b/mingling_core/src/asset.rs index f26952b..8c709ac 100644 --- a/mingling_core/src/asset.rs +++ b/mingling_core/src/asset.rs @@ -1,4 +1,5 @@ pub(crate) mod chain; +pub(crate) mod core_invokes; pub(crate) mod dispatcher; pub(crate) mod enum_tag; pub(crate) mod global_resource; -- cgit