mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Fix cargo run -p egui_demo_app (#1343)
Broken by https://github.com/emilk/egui/pull/1303
This commit is contained in:
@@ -100,15 +100,8 @@ pub mod winit;
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
pub use winit::*;
|
||||
|
||||
#[cfg(all(
|
||||
not(target_arch = "wasm32"),
|
||||
feature = "persistence",
|
||||
feature = "winit"
|
||||
))]
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
mod epi_backend;
|
||||
#[cfg(all(
|
||||
not(target_arch = "wasm32"),
|
||||
feature = "persistence",
|
||||
feature = "winit"
|
||||
))]
|
||||
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
pub use epi_backend::{run, NativeOptions};
|
||||
|
||||
Reference in New Issue
Block a user