mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Reverts change in #1303, enabling the egui_glow::winit module when using wasm. * Closes <https://github.com/emilk/egui/issues/4420>
This commit is contained in:
@@ -21,9 +21,9 @@ mod vao;
|
||||
|
||||
pub use shader_version::ShaderVersion;
|
||||
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
#[cfg(feature = "winit")]
|
||||
pub mod winit;
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
#[cfg(feature = "winit")]
|
||||
pub use winit::*;
|
||||
|
||||
/// Check for OpenGL error and report it using `log::error`.
|
||||
|
||||
Reference in New Issue
Block a user