update iced

This commit is contained in:
Ashley Wulber 2023-09-29 17:24:59 -04:00 committed by Ashley Wulber
parent 70077ca985
commit 7e286d0953
3 changed files with 15 additions and 15 deletions

View file

@ -65,47 +65,47 @@ freedesktop-icons = "0.2.4"
path = "cosmic-theme" path = "cosmic-theme"
[dependencies.iced] [dependencies.iced]
path = "../cosmic-iced" path = "./iced"
default-features = false default-features = false
features = ["image", "svg", "lazy"] features = ["image", "svg", "lazy"]
[dependencies.iced_runtime] [dependencies.iced_runtime]
path = "../cosmic-iced/runtime" path = "./iced/runtime"
[dependencies.iced_renderer] [dependencies.iced_renderer]
path = "../cosmic-iced/renderer" path = "./iced/renderer"
[dependencies.iced_core] [dependencies.iced_core]
path = "../cosmic-iced/core" path = "./iced/core"
[dependencies.iced_widget] [dependencies.iced_widget]
path = "../cosmic-iced/widget" path = "./iced/widget"
features = ["canvas"] features = ["canvas"]
[dependencies.iced_futures] [dependencies.iced_futures]
path = "../cosmic-iced/futures" path = "./iced/futures"
[dependencies.iced_accessibility] [dependencies.iced_accessibility]
path = "../cosmic-iced/accessibility" path = "./iced/accessibility"
optional = true optional = true
[dependencies.iced_tiny_skia] [dependencies.iced_tiny_skia]
path = "../cosmic-iced/tiny_skia" path = "./iced/tiny_skia"
[dependencies.iced_style] [dependencies.iced_style]
path = "../cosmic-iced/style" path = "./iced/style"
[dependencies.iced_sctk] [dependencies.iced_sctk]
path = "../cosmic-iced/sctk" path = "./iced/sctk"
optional = true optional = true
[dependencies.iced_winit] [dependencies.iced_winit]
path = "../cosmic-iced/winit" path = "./iced/winit"
optional = true optional = true
[dependencies.iced_wgpu] [dependencies.iced_wgpu]
path = "../cosmic-iced/wgpu" path = "./iced/wgpu"
optional = true optional = true
[dependencies.cosmic-panel-config] [dependencies.cosmic-panel-config]

View file

@ -16,6 +16,6 @@ notify = "6.0.0"
ron = "0.8.0" ron = "0.8.0"
serde = "1.0.152" serde = "1.0.152"
cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true } cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true }
iced = { path = "../../cosmic-iced/", default-features = false, optional = true } iced = { path = "../iced/", default-features = false, optional = true }
iced_futures = { path = "../../cosmic-iced/futures/", default-features = false, optional = true } iced_futures = { path = "../iced/futures/", default-features = false, optional = true }

2
iced

@ -1 +1 @@
Subproject commit 8731fc5002f449c4cab455578f77a9398b487eb3 Subproject commit 92fe8260f80b3a9cb79ae2e707b844219bc4809d