mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
* eframe: Set app icon on Mac and Windows Also: correctly set window title on Mac when launching from another process, e.g. python. Co-authored-by: Wumpf <andreas@rerun.io> * lint fixes * Fix web build * fix typo * Try fix windows build --------- Co-authored-by: Wumpf <andreas@rerun.io>
8 lines
158 B
Rust
8 lines
158 B
Rust
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;
|