fix: open-dialog example

This commit is contained in:
Ashley Wulber 2024-10-18 10:49:51 -04:00 committed by Ashley Wulber
parent 1c1840a7c2
commit 684d33115c
2 changed files with 3 additions and 5 deletions

View file

@ -16,6 +16,6 @@ tracing-subscriber = "0.3.17"
url = "2.4.0"
[dependencies.libcosmic]
features = ["debug", "winit", "multi-window", "wayland", "tokio"]
path = "../../"
default-features = false
features = ["debug", "wayland", "tokio"]