diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-13 21:19:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-13 21:19:03 +0800 |
| commit | 17cf59fe8220ac5befbbe8333fa0515ab532103d (patch) | |
| tree | c2470e6ecc44a74fc40eef8b5bc36901b9e939c6 /mingling_core/src/asset.rs | |
| parent | b4cef6e601777b8c4b18df118689f8ac310fa835 (diff) | |
Remove comp module and add EnumTag derive macro
Diffstat (limited to 'mingling_core/src/asset.rs')
| -rw-r--r-- | mingling_core/src/asset.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -9,6 +9,9 @@ pub mod comp; pub mod dispatcher; #[doc(hidden)] +pub mod enum_tag; + +#[doc(hidden)] pub mod node; #[doc(hidden)] |
