mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Disable custom 3D painting example in the egui demo app for Es100 (#1945)
Closes https://github.com/emilk/egui/issues/1944
This commit is contained in:
@@ -19,6 +19,8 @@ mod post_process;
|
||||
mod shader_version;
|
||||
mod vao;
|
||||
|
||||
pub use shader_version::ShaderVersion;
|
||||
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
pub mod winit;
|
||||
#[cfg(all(not(target_arch = "wasm32"), feature = "winit"))]
|
||||
|
||||
Reference in New Issue
Block a user