Do not use paths for iced dependencies

This commit is contained in:
Jeremy Soller 2022-10-03 19:58:14 -06:00
parent 924bd4b1ea
commit 78e422dcc8

View file

@ -14,21 +14,21 @@ debug = ["iced/debug"]
freedesktop-icons = "0.2.1"
[dependencies.iced]
#git = "https://github.com/pop-os/iced.git"
#branch = "cosmic-design-system"
path = "../iced"
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
#path = "../iced"
features = ["cosmic-theme", "svg"]
[dependencies.iced_native]
#git = "https://github.com/pop-os/iced.git"
#branch = "cosmic-design-system"
path = "../iced/native"
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
#path = "../iced/native"
features = ["cosmic-theme"]
[dependencies.iced_lazy]
#git = "https://github.com/pop-os/iced.git"
#branch = "cosmic-design-system"
path = "../iced/lazy"
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
#path = "../iced/lazy"
[workspace]
members = [