1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Refactor: move code around in eframe (#3575)

`run.rs` was getting way too long and complex.
This commit is contained in:
Emil Ernerfeldt
2023-11-19 12:12:43 +01:00
committed by GitHub
parent a23b959fd4
commit 960b01b67a
7 changed files with 2533 additions and 2529 deletions

View File

@@ -11,7 +11,7 @@ use std::any::Any;
#[cfg(not(target_arch = "wasm32"))]
#[cfg(any(feature = "glow", feature = "wgpu"))]
pub use crate::native::run::UserEvent;
pub use crate::native::winit_integration::UserEvent;
#[cfg(not(target_arch = "wasm32"))]
use raw_window_handle::{