diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-09 15:12:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-09 15:12:11 +0800 |
| commit | 4764c3c818e3da16a3cba3b9877d9beb635e4237 (patch) | |
| tree | 3adc438ca9b56f0fcd95354af4bd8329640ecce4 /mingling_core/src/asset.rs | |
| parent | 240361b240d638363346013160b0943b47769c37 (diff) | |
Add basic completion module with shell integration
Diffstat (limited to 'mingling_core/src/asset.rs')
| -rw-r--r-- | mingling_core/src/asset.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mingling_core/src/asset.rs b/mingling_core/src/asset.rs index 81aa3a6..1270a50 100644 --- a/mingling_core/src/asset.rs +++ b/mingling_core/src/asset.rs @@ -1,8 +1,15 @@ #[doc(hidden)] pub mod chain; + +#[cfg(feature = "comp")] +#[doc(hidden)] +pub mod comp; + #[doc(hidden)] pub mod dispatcher; + #[doc(hidden)] pub mod node; + #[doc(hidden)] pub mod renderer; |
