depend on iced_sctk + cosmic-design-system changes

This commit is contained in:
Ashley Wulber 2022-11-09 21:33:23 +01:00
parent 702ea033af
commit 5331cfb61b
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 11 additions and 10 deletions

View file

@ -22,38 +22,38 @@ git = "https://github.com/pop-os/cosmic-theme.git"
[dependencies.iced]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced"
features = ["image", "svg"]
[dependencies.iced_core]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced/core"
[dependencies.iced_lazy]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced/lazy"
[dependencies.iced_native]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced/native"
[dependencies.iced_style]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced/style"
[dependencies.iced_winit]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced/winit"
[dependencies.iced_wgpu]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
branch = "sctk-cosmic"
# path = "../iced/wgpu"
[workspace]