Enable a11y feature and update dependencies

This commit is contained in:
Jeremy Soller 2024-06-20 09:16:25 -06:00
parent 7c02b9cb57
commit 09e2073f9b
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 270 additions and 345 deletions

613
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -43,7 +43,7 @@ features = ["shape-run-cache"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["multi-window", "tokio", "winit"]
features = ["a11y", "multi-window", "tokio", "winit"]
[dependencies.smol_str]
version = "0.2.1"