azul-web 0.0.5

Web API implementation for the Azul GUI toolkit
Documentation
1
2
3
4
5
6
#![cfg(target_arch = "wasm32")]

extern crate azul_core;
extern crate azul_css;

pub mod app;