eframe_tao 0.23.0

egui framework - write GUI apps that compiles to web and/or natively
1
2
3
4
5
6
7
mod app_icon;
mod epi_integration;
pub mod run;

/// File storage which can be used by native backends.
#[cfg(feature = "persistence")]
pub mod file_storage;