mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 10:08:54 +00:00
931e716b97
Based on https://github.com/hasenbanck/egui_wgpu_backend `egui-wgpu` is now an official backend for `eframe` (opt-in). Use the `wgpu` feature flag on `eframe` and the `NativeOptions::renderer` settings to pick it. Co-authored-by: Nils Hasenbanck <nils@hasenbanck.de> Co-authored-by: Sven Niederberger <niederberger@embotech.com> Co-authored-by: Sven Niederberger <73159570+s-nie@users.noreply.github.com>
7 lines
144 B
Rust
7 lines
144 B
Rust
mod epi_integration;
|
|
pub mod run;
|
|
|
|
/// File storage which can be used by native backends.
|
|
#[cfg(feature = "persistence")]
|
|
pub mod file_storage;
|