1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00
This commit is contained in:
Emil Ernerfeldt
2021-11-03 19:35:20 +01:00
parent 804722a1ba
commit c71090473b
6 changed files with 15 additions and 7 deletions

View File

@@ -98,7 +98,9 @@ mod shader_version;
mod vao_emulate;
#[cfg(not(target_arch = "wasm32"))]
#[cfg(feature = "egui_winit")]
pub use egui_winit;
#[cfg(all(feature = "epi", feature = "winit"))]
pub use epi_backend::{run, NativeOptions};