fix: remove debug feature so winit is not included

This commit is contained in:
Ashley Wulber 2023-11-07 09:25:29 -05:00 committed by Ashley Wulber
parent e4c47058e0
commit 0ee33ea9b0
2 changed files with 30 additions and 491 deletions

View file

@ -7,7 +7,7 @@ git = "https://github.com/pop-os/libcosmic"
[workspace.dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
features = ["debug", "wayland", "tokio"]
features = ["wayland", "tokio"]
[workspace.dependencies.cosmic-config]
git = "https://github.com/pop-os/libcosmic"