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/asset.rs | |
| parent | e15f7d2d72f44009a9443a1660a8956d9330718d (diff) | |
feat(core): add RendererInvoker and ChainInvoker types
Diffstat (limited to 'mingling_core/src/asset.rs')
| -rw-r--r-- | mingling_core/src/asset.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
