Macro sixtyfps::include_modules[][src]

macro_rules! include_modules {
    () => { ... };
}
Expand description

Include the code generated with the sixtyfps-build crate from the build script. After calling sixtyfps_build::compile in your build.rs build script, the use of this macro includes the generated Rust code and makes the exported types available for you to instantiate.

Check the documentation of the sixtyfps-build crate for more information.