update iced
This commit is contained in:
parent
70077ca985
commit
7e286d0953
3 changed files with 15 additions and 15 deletions
24
Cargo.toml
24
Cargo.toml
|
|
@ -65,47 +65,47 @@ freedesktop-icons = "0.2.4"
|
|||
path = "cosmic-theme"
|
||||
|
||||
[dependencies.iced]
|
||||
path = "../cosmic-iced"
|
||||
path = "./iced"
|
||||
default-features = false
|
||||
features = ["image", "svg", "lazy"]
|
||||
|
||||
[dependencies.iced_runtime]
|
||||
path = "../cosmic-iced/runtime"
|
||||
path = "./iced/runtime"
|
||||
|
||||
[dependencies.iced_renderer]
|
||||
path = "../cosmic-iced/renderer"
|
||||
path = "./iced/renderer"
|
||||
|
||||
[dependencies.iced_core]
|
||||
path = "../cosmic-iced/core"
|
||||
path = "./iced/core"
|
||||
|
||||
[dependencies.iced_widget]
|
||||
path = "../cosmic-iced/widget"
|
||||
path = "./iced/widget"
|
||||
features = ["canvas"]
|
||||
|
||||
[dependencies.iced_futures]
|
||||
path = "../cosmic-iced/futures"
|
||||
path = "./iced/futures"
|
||||
|
||||
[dependencies.iced_accessibility]
|
||||
path = "../cosmic-iced/accessibility"
|
||||
path = "./iced/accessibility"
|
||||
|
||||
optional = true
|
||||
|
||||
[dependencies.iced_tiny_skia]
|
||||
path = "../cosmic-iced/tiny_skia"
|
||||
path = "./iced/tiny_skia"
|
||||
|
||||
[dependencies.iced_style]
|
||||
path = "../cosmic-iced/style"
|
||||
path = "./iced/style"
|
||||
|
||||
[dependencies.iced_sctk]
|
||||
path = "../cosmic-iced/sctk"
|
||||
path = "./iced/sctk"
|
||||
optional = true
|
||||
|
||||
[dependencies.iced_winit]
|
||||
path = "../cosmic-iced/winit"
|
||||
path = "./iced/winit"
|
||||
optional = true
|
||||
|
||||
[dependencies.iced_wgpu]
|
||||
path = "../cosmic-iced/wgpu"
|
||||
path = "./iced/wgpu"
|
||||
optional = true
|
||||
|
||||
[dependencies.cosmic-panel-config]
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ notify = "6.0.0"
|
|||
ron = "0.8.0"
|
||||
serde = "1.0.152"
|
||||
cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true }
|
||||
iced = { path = "../../cosmic-iced/", default-features = false, optional = true }
|
||||
iced_futures = { path = "../../cosmic-iced/futures/", default-features = false, optional = true }
|
||||
iced = { path = "../iced/", default-features = false, optional = true }
|
||||
iced_futures = { path = "../iced/futures/", default-features = false, optional = true }
|
||||
|
||||
|
|
|
|||
2
iced
2
iced
|
|
@ -1 +1 @@
|
|||
Subproject commit 8731fc5002f449c4cab455578f77a9398b487eb3
|
||||
Subproject commit 92fe8260f80b3a9cb79ae2e707b844219bc4809d
|
||||
Loading…
Add table
Add a link
Reference in a new issue