azul 1.0.0-alpha2

Azul GUI is a free, functional, reactive GUI framework for rapid development of desktop applications written in Rust and C, using the Mozilla WebRender rendering engine.
Documentation
1
2
3
4
5
6
fn main() {
    // dynamically link azul.dll
    #[cfg(not(any(feature = "link_static", feature = "docs_rs")))] {
        println!("cargo:rustc-link-search={}", env!("AZUL_LINK_PATH")); /* path to folder with azul.dll / libazul.so */
    }
}