1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05: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:
Emil Ernerfeldt
2022-08-15 16:31:03 +02:00
committed by GitHub
parent 48e7f219a3
commit 9c58f12a6c
6 changed files with 124 additions and 22 deletions

7
Cargo.lock generated
View File

@@ -3438,6 +3438,13 @@ dependencies = [
"syn",
]
[[package]]
name = "serial_windows"
version = "0.1.0"
dependencies = [
"eframe",
]
[[package]]
name = "servo-fontconfig"
version = "0.5.1"