Update to winit 0.28.1

This commit is contained in:
Emil Ernerfeldt 2023-02-08 10:00:03 +01:00
parent b40dba18c6
commit 1edd333864

View file

@ -92,7 +92,7 @@ egui-winit = { version = "0.20.0", path = "../egui-winit", default-features = fa
"links",
] }
raw-window-handle = { version = "0.5.0" }
winit = "0.28"
winit = "0.28.1"
# optional native:
dark-light = { version = "1.0", optional = true }