mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
epi/eframe: move options out of trait App into new NativeOptions
This commit is contained in:
@@ -25,6 +25,8 @@ pub mod window_settings;
|
||||
pub use backend::*;
|
||||
pub use painter::Painter;
|
||||
|
||||
pub use epi::NativeOptions;
|
||||
|
||||
use {
|
||||
copypasta::ClipboardProvider,
|
||||
egui::*,
|
||||
|
||||
Reference in New Issue
Block a user