Update to winit 0.28.1
This commit is contained in:
parent
b40dba18c6
commit
1edd333864
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ egui-winit = { version = "0.20.0", path = "../egui-winit", default-features = fa
|
||||||
"links",
|
"links",
|
||||||
] }
|
] }
|
||||||
raw-window-handle = { version = "0.5.0" }
|
raw-window-handle = { version = "0.5.0" }
|
||||||
winit = "0.28"
|
winit = "0.28.1"
|
||||||
|
|
||||||
# optional native:
|
# optional native:
|
||||||
dark-light = { version = "1.0", optional = true }
|
dark-light = { version = "1.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue