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

Update to winit 0.27.2, glutin 0.29.0, glium 0.32 (#1914)

This commit is contained in:
Emil Ernerfeldt
2022-08-14 16:23:46 +02:00
committed by GitHub
parent 38a67f8646
commit 923b67ef9c
12 changed files with 326 additions and 176 deletions

View File

@@ -46,7 +46,7 @@ egui = { version = "0.18.0", path = "../egui", default-features = false, feature
] }
instant = { version = "0.1", features = ["wasm-bindgen"] } # We use instant so we can (maybe) compile for web
tracing = { version = "0.1", default-features = false, features = ["std"] }
winit = "0.26.1"
winit = "0.27.2"
#! ### Optional dependencies
arboard = { version = "2.1", optional = true, default-features = false }