Add local paths for development

This commit is contained in:
Jeremy Soller 2022-09-30 12:39:10 -06:00
parent 393233d019
commit e1d0289b34
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -16,16 +16,19 @@ freedesktop-icons = "0.2.1"
[dependencies.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"
features = ["cosmic_theme"]
[dependencies.iced_lazy]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
#path = "../iced/lazy"
[workspace]
members = [