depend on iced_sctk + cosmic-design-system changes
This commit is contained in:
parent
702ea033af
commit
5331cfb61b
2 changed files with 11 additions and 10 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue