Add local paths for development
This commit is contained in:
parent
393233d019
commit
e1d0289b34
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue