feat: popup container helper

This commit is contained in:
Ashley Wulber 2022-11-14 16:33:05 +01:00
parent 49f0f34270
commit 00eed9c741
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
5 changed files with 112 additions and 51 deletions

View file

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