azul_web/
lib.rs

1#![cfg(target_arch = "wasm32")]
2
3extern crate azul_core;
4extern crate azul_css;
5
6pub mod app;