acrylic 0.3.5

ultra-portable, web-inspired UI toolkit with SIMD graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Events, Rendering, Layout, JSON State, ...

pub mod app;
pub mod event;
pub mod glyph;
pub mod text_edit;
pub mod layout;
pub mod node;
pub mod state;
pub mod style;
pub mod visual;
pub mod xml;

pub use oakwood::for_each_child;
pub use rgb;