diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-24 00:57:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-24 00:57:08 +0800 |
| commit | d8d239022e25b74d99a095486fe8cec1c999777b (patch) | |
| tree | ff9a2c342bb6f117f127eb36afebafcd856e3730 /mingling_core/src/lib.rs | |
| parent | e15f7d2d72f44009a9443a1660a8956d9330718d (diff) | |
feat(core): add RendererInvoker and ChainInvoker types
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 6e4b6ab..2f63cf6 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -77,6 +77,7 @@ pub use crate::renderer::structural::StructuralRenderer; pub use crate::any::*; pub use crate::asset::chain::*; +pub use crate::asset::core_invokes::*; pub use crate::asset::dispatcher::*; pub use crate::asset::enum_tag::*; pub use crate::asset::global_resource::*; |
