Skip to content

Commit

Permalink
Update AccessKit, introducing support for editable spinners on Window…
Browse files Browse the repository at this point in the history
…s and an important fix for navigation order on macOS
  • Loading branch information
mwcampbell committed Nov 29, 2022
1 parent 6483b45 commit 6dd2118
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 6dd2118

Please sign in to comment.