diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:48:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:48:23 +0800 |
| commit | 596e5e2440df2d32f1cf3e052dc633e774edf6ee (patch) | |
| tree | dc98eb6a1789847b899207d0b99337bb3ccd92a5 /mingling/src/lib.rs | |
| parent | 25a164f74c011e6e78846f226cbd7a8bd87db92f (diff) | |
Rename mingling to mingling_core and update dependencies
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs deleted file mode 100644 index 4d9bcc5..0000000 --- a/mingling/src/lib.rs +++ /dev/null @@ -1,39 +0,0 @@ -mod any; -pub use crate::any::*; - -pub mod error { - pub use crate::asset::chain::error::*; - pub use crate::exec::error::*; -} - -mod program; -pub use crate::program::*; -pub mod setup { - pub use crate::program::setup::*; -} -pub mod hint { - pub use crate::program::hint::*; -} - -#[cfg(feature = "macros")] -#[allow(unused_imports)] -pub mod macros { - pub use mingling_macros::chain; - pub use mingling_macros::chain_struct; - pub use mingling_macros::dispatcher; - pub use mingling_macros::dispatcher_render; - pub use mingling_macros::node; - pub use mingling_macros::program; - pub use mingling_macros::r_print; - pub use mingling_macros::r_println; - pub use mingling_macros::renderer; -} - -mod renderer; - -mod asset; -pub use crate::asset::chain::*; -pub use crate::asset::dispatcher::*; -pub use crate::asset::node::*; -pub use crate::asset::renderer::*; -pub use crate::renderer::render_result::*; |
