mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
eframe: several windows in series (#1919)
* Add example of opening several eframe windows in series * Reuse the same winit event loop * Ignore events to the wrong window * Run run_return again
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -12,19 +12,7 @@ members = [
|
||||
"emath",
|
||||
"epaint",
|
||||
|
||||
"examples/confirm_exit",
|
||||
"examples/custom_3d_glow",
|
||||
"examples/custom_3d_three-d",
|
||||
"examples/custom_font",
|
||||
"examples/custom_font_style",
|
||||
"examples/custom_window_frame",
|
||||
"examples/download_image",
|
||||
"examples/file_dialog",
|
||||
"examples/hello_world",
|
||||
"examples/puffin_profiler",
|
||||
"examples/retained_image",
|
||||
"examples/screenshot",
|
||||
"examples/svg",
|
||||
"examples/*",
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user