mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Remove epi backend from egui_glow (#1361)
This commit is contained in:
@@ -90,11 +90,6 @@
|
||||
mod painter;
|
||||
pub use painter::Painter;
|
||||
|
||||
#[cfg(feature = "epi")]
|
||||
mod epi_backend;
|
||||
#[cfg(feature = "epi")]
|
||||
pub use epi_backend::{run, NativeOptions};
|
||||
|
||||
pub use egui_winit;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user