Enable a11y feature and update depends

This commit is contained in:
Jeremy Soller 2024-06-20 09:15:45 -06:00
parent cd135fc248
commit 3fef386fd3
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 60 additions and 1 deletions

View file

@ -47,7 +47,7 @@ slotmap = "1.0.7"
[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"