mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Bump accesskit to 0.19 (#7040)
Parley's bumped accesskit to 0.19, so we have to as well. It's a bit concerning that we may end up locked to the version of accesskit that Parley uses, but oh well. [This kittest PR will have to be merged first.](https://github.com/rerun-io/kittest/pull/11) --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -68,8 +68,8 @@ egui_glow = { version = "0.31.1", path = "crates/egui_glow", default-features =
|
||||
egui_kittest = { version = "0.31.1", path = "crates/egui_kittest", default-features = false }
|
||||
eframe = { version = "0.31.1", path = "crates/eframe", default-features = false }
|
||||
|
||||
accesskit = "0.18.0"
|
||||
accesskit_winit = "0.24"
|
||||
accesskit = "0.19.0"
|
||||
accesskit_winit = "0.27"
|
||||
ahash = { version = "0.8.11", default-features = false, features = [
|
||||
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
|
||||
"std",
|
||||
|
||||
Reference in New Issue
Block a user