1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

egui_glow: update example to latest glutin (#2396)

This lifts the context handling from commit hash 8eb687c as this does
all the required handling for us that the older glutin once did.
This commit is contained in:
Luke Jones
2022-12-06 22:02:20 +13:00
committed by GitHub
parent 32144d3cb9
commit be4a5be145
3 changed files with 159 additions and 47 deletions

View File

@@ -72,7 +72,8 @@ wasm-bindgen = { version = "0.2" }
[dev-dependencies]
glutin = "0.29.0" # examples/pure_glow
glutin = "0.30.2" # examples/pure_glow
raw-window-handle = "0.5.0"
[[example]]