fix: build with a11y feature

This commit is contained in:
Ashley Wulber 2024-02-08 19:22:18 -05:00 committed by Jeremy Soller
parent b01b34df2b
commit 3c1a60cb05
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ publish = false
[dependencies]
apply = "0.3.0"
fraction = "0.14.0"
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "dbus-config", ] }
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "dbus-config", "a11y" ] }
once_cell = "1.18"
slotmap = "1.0.6"
env_logger = "0.10"