1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Update accesskit_winit and dark_light (#2655)

* Update accesskit_winit to 0.8.1

* Update dark_light to 1.0
This commit is contained in:
Emil Ernerfeldt
2023-01-31 10:41:27 +01:00
committed by GitHub
parent cc20dcb9d0
commit d01e4342f0
4 changed files with 73 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ winit = { version = "0.27.2", default-features = false }
document-features = { version = "0.2", optional = true }
# feature accesskit
accesskit_winit = { version = "0.7.1", optional = true }
accesskit_winit = { version = "0.8.1", optional = true }
puffin = { version = "0.14", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }