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

egui-winit: re-enable window transparency (#1126)

`winit` 0.26.1 fixes the crash on Windows 11
This commit is contained in:
Jay Oster
2022-01-17 05:32:16 -08:00
committed by GitHub
parent 5bedf73566
commit ffa1b6bd43
3 changed files with 56 additions and 69 deletions

View File

@@ -24,7 +24,7 @@ all-features = true
[dependencies]
egui = { version = "0.16.0", path = "../egui", default-features = false, features = ["single_threaded"] }
instant = { version = "0.1", features = ["wasm-bindgen"] }
winit = "0.26"
winit = "0.26.1"
epi = { version = "0.16.0", path = "../epi", optional = true }