update: iced & some deps

This commit is contained in:
Ashley Wulber 2022-12-13 16:15:36 -05:00 committed by Michael Murphy
parent e6062d63cc
commit 9957c08a12
3 changed files with 11 additions and 4 deletions

View file

@ -9,8 +9,9 @@ name = "cosmic"
[features]
default = ["wayland"]
debug = ["iced/debug"]
wayland = ["iced/wayland"]
wgpu = ["iced/wgpu"]
wayland = ["iced/wayland", "iced_glow"]
wgpu = ["iced/wgpu", "iced_wgpu"]
tokio = ["iced/tokio"]
winit = ["iced/winit", "iced_winit"]
applet = ["cosmic-panel-config", "sctk"]
@ -49,6 +50,11 @@ optional = true
[dependencies.iced_wgpu]
path = "iced/wgpu"
optional = true
[dependencies.iced_glow]
path = "iced/glow"
optional = true
[workspace]
members = [
@ -57,3 +63,4 @@ members = [
exclude = [
"iced",
]

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }
libcosmic = { path = "../.." }

2
iced

@ -1 +1 @@
Subproject commit 68d929f0e8b5e53d970c6dce39c9bd9e8433a534
Subproject commit a76b1647fc5b3879efbc32b220c152a81eacd0e3