1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Bump accesskit to 0.18 and make it a workspace dependency (#5783)

This can't be merged until [kittest's accesskit is
bumped](https://github.com/rerun-io/kittest/pull/9) ~~and [a new version
of rfd is released](https://github.com/PolyMeilex/rfd/pull/240)~~.

---------

Co-authored-by: Lucas Meurer <lucasmeurer96@gmail.com>
This commit is contained in:
valadaptive
2025-03-20 06:00:12 -04:00
committed by GitHub
parent 77244cd4c5
commit d0bd525b5d
9 changed files with 326 additions and 373 deletions

View File

@@ -89,7 +89,7 @@ nohash-hasher.workspace = true
profiling.workspace = true
#! ### Optional dependencies
accesskit = { version = "0.17.0", optional = true }
accesskit = { workspace = true, optional = true }
backtrace = { workspace = true, optional = true }