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/lib.rs | |
| parent | 240361b240d638363346013160b0943b47769c37 (diff) | |
Add basic completion module with shell integration
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 999c141..072f50e 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -21,6 +21,8 @@ pub use crate::any::group::*; pub use crate::any::*; pub use crate::asset::chain::*; +#[cfg(feature = "comp")] +pub use crate::asset::comp::*; pub use crate::asset::dispatcher::*; pub use crate::asset::node::*; pub use crate::asset::renderer::*; |
