1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -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

@@ -83,8 +83,8 @@ wgpu = { version = "0.13", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
dark-light = { version = "0.2.1", optional = true }
egui-winit = { version = "0.18.0", path = "../egui-winit", default-features = false, features = ["clipboard", "links"] }
glutin = { version = "0.28.0" }
winit = "0.26.1"
glutin = { version = "0.29.0" }
winit = "0.27.2"
# optional native:
puffin = { version = "0.13", optional = true }