fix(app): draggable windows on X11 systems using winit

This commit is contained in:
Michael Aaron Murphy 2023-08-17 06:11:43 +02:00 committed by Michael Murphy
parent 6457481ae5
commit 6927220325
3 changed files with 7 additions and 9 deletions

View file

@ -10,4 +10,4 @@ tracing-subscriber = "0.3.17"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "wayland", "tokio"]
features = ["debug", "winit", "tokio"]