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:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user