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

WIP: Update to winit 0.29

This commit is contained in:
Fredrik Fornwall
2023-11-21 23:26:40 +01:00
parent e037489ac2
commit c93defdcf8
13 changed files with 776 additions and 402 deletions

View File

@@ -69,9 +69,9 @@ wasm-bindgen = "0.2"
[dev-dependencies]
glutin = "0.30" # examples/pure_glow
glutin = "0.31" # examples/pure_glow
raw-window-handle.workspace = true
glutin-winit = "0.3.0"
glutin-winit = "0.4.0"
[[example]]