Skip to content

Commit

Permalink
Update accesskit_winit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 2, 2023
1 parent 490cf2d commit 1a1ceca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ winit = { version = "0.28", default-features = false }

#! ### Optional dependencies

# feature accesskit
accesskit_winit = { version = "0.9.0", optional = true }

## Enable this when generating docs.
document-features = { version = "0.2", optional = true }

# feature accesskit
accesskit_winit = { version = "0.8.1", optional = true }

puffin = { version = "0.14", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }

Expand Down

0 comments on commit 1a1ceca

Please sign in to comment.