eframe 0.19.0

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

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