1
2
3
4
5
6
#![cfg(target_arch = "wasm32")]

extern crate azul_core;
extern crate azul_css;

pub mod app;