update: iced & some deps
This commit is contained in:
parent
e6062d63cc
commit
9957c08a12
3 changed files with 11 additions and 4 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -9,8 +9,9 @@ name = "cosmic"
|
||||||
[features]
|
[features]
|
||||||
default = ["wayland"]
|
default = ["wayland"]
|
||||||
debug = ["iced/debug"]
|
debug = ["iced/debug"]
|
||||||
wayland = ["iced/wayland"]
|
wayland = ["iced/wayland", "iced_glow"]
|
||||||
wgpu = ["iced/wgpu"]
|
wgpu = ["iced/wgpu", "iced_wgpu"]
|
||||||
|
tokio = ["iced/tokio"]
|
||||||
winit = ["iced/winit", "iced_winit"]
|
winit = ["iced/winit", "iced_winit"]
|
||||||
applet = ["cosmic-panel-config", "sctk"]
|
applet = ["cosmic-panel-config", "sctk"]
|
||||||
|
|
||||||
|
|
@ -49,6 +50,11 @@ optional = true
|
||||||
|
|
||||||
[dependencies.iced_wgpu]
|
[dependencies.iced_wgpu]
|
||||||
path = "iced/wgpu"
|
path = "iced/wgpu"
|
||||||
|
optional = true
|
||||||
|
|
||||||
|
[dependencies.iced_glow]
|
||||||
|
path = "iced/glow"
|
||||||
|
optional = true
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
|
@ -57,3 +63,4 @@ members = [
|
||||||
exclude = [
|
exclude = [
|
||||||
"iced",
|
"iced",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }
|
libcosmic = { path = "../.." }
|
||||||
|
|
|
||||||
2
iced
2
iced
|
|
@ -1 +1 @@
|
||||||
Subproject commit 68d929f0e8b5e53d970c6dce39c9bd9e8433a534
|
Subproject commit a76b1647fc5b3879efbc32b220c152a81eacd0e3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue