goyda 0.1.1

A Rust UI toolkit that compiles the same app to Windows, Android, and web, with hot reload
1
2
3
4
5
6
7
pub mod backend;
pub mod events;
pub mod theme;

pub use backend::{Backend, BackendUpdater};
pub use events::{Event, Update};
pub use theme::ThemeMode;