embedded-gui 0.2.0

no_std GUI and HUD primitives for embedded-graphics displays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod cinematic;
pub mod core;
pub mod timeline;
pub mod timing;
pub mod transition_preset;
pub mod transitions;
pub mod widget_anim;

pub use cinematic::*;
pub use core::*;
pub use timeline::*;
pub use timing::*;
pub use transition_preset::*;
pub use transitions::*;
pub use widget_anim::*;