diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index 7a750a2..8d0a8c2 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -80,6 +80,11 @@ pub mod macros { pub use mingling_macros::node; /// Used to create a wrapper type for use with `Chain` and `Renderer` pub use mingling_macros::pack; + /// Internal macro for 'gen_program' used to finally generate the program + pub use mingling_macros::program_final_gen; + #[cfg(feature = "comp")] + /// Internal macro for 'gen_program' used to finally generate the completion structure + pub use mingling_macros::program_gen_completion; // Used to generate program setup pub use mingling_macros::program_setup; /// Used to print content within a `Renderer` context |
