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