Skip to content

Commit baaaa85

Browse files
committed
Update accesskit_winit
1 parent c498c7b commit baaaa85

File tree

2 files changed

+21
-62
lines changed

2 files changed

+21
-62
lines changed

Cargo.lock

Lines changed: 18 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/egui-winit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ winit = { version = "0.28", default-features = false }
5454

5555
#! ### Optional dependencies
5656

57+
# feature accesskit
58+
accesskit_winit = { version = "0.9.0", optional = true }
59+
5760
## Enable this when generating docs.
5861
document-features = { version = "0.2", optional = true }
5962

60-
# feature accesskit
61-
accesskit_winit = { version = "0.8.1", optional = true }
62-
6363
puffin = { version = "0.14", optional = true }
6464
serde = { version = "1.0", optional = true, features = ["derive"] }
6565

0 commit comments

Comments
 (0)