Do not use paths for iced dependencies
This commit is contained in:
parent
924bd4b1ea
commit
78e422dcc8
1 changed files with 9 additions and 9 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -14,21 +14,21 @@ debug = ["iced/debug"]
|
||||||
freedesktop-icons = "0.2.1"
|
freedesktop-icons = "0.2.1"
|
||||||
|
|
||||||
[dependencies.iced]
|
[dependencies.iced]
|
||||||
#git = "https://github.com/pop-os/iced.git"
|
git = "https://github.com/pop-os/iced.git"
|
||||||
#branch = "cosmic-design-system"
|
branch = "cosmic-design-system"
|
||||||
path = "../iced"
|
#path = "../iced"
|
||||||
features = ["cosmic-theme", "svg"]
|
features = ["cosmic-theme", "svg"]
|
||||||
|
|
||||||
[dependencies.iced_native]
|
[dependencies.iced_native]
|
||||||
#git = "https://github.com/pop-os/iced.git"
|
git = "https://github.com/pop-os/iced.git"
|
||||||
#branch = "cosmic-design-system"
|
branch = "cosmic-design-system"
|
||||||
path = "../iced/native"
|
#path = "../iced/native"
|
||||||
features = ["cosmic-theme"]
|
features = ["cosmic-theme"]
|
||||||
|
|
||||||
[dependencies.iced_lazy]
|
[dependencies.iced_lazy]
|
||||||
#git = "https://github.com/pop-os/iced.git"
|
git = "https://github.com/pop-os/iced.git"
|
||||||
#branch = "cosmic-design-system"
|
branch = "cosmic-design-system"
|
||||||
path = "../iced/lazy"
|
#path = "../iced/lazy"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue