feature defaults

This commit is contained in:
Ashley Wulber 2022-11-14 16:34:00 +01:00
parent 00eed9c741
commit 0a0972ddc8
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -7,7 +7,7 @@ edition = "2021"
name = "cosmic" name = "cosmic"
[features] [features]
default = ["wayland"] default = ["iced_winit", "wgpu"]
debug = ["iced/debug"] debug = ["iced/debug"]
wayland = ["iced/wayland"] wayland = ["iced/wayland"]
wgpu = ["iced/wgpu"] wgpu = ["iced/wgpu"]