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

Update AccessKit, introducing support for editable spinners on Windows and an important fix for navigation order on macOS

This commit is contained in:
Matt Campbell
2022-11-29 10:33:14 -06:00
parent 6483b45c6d
commit 6dd21180da
2 changed files with 9 additions and 9 deletions

View File

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