From e1d0289b346eb6477c8f7dd85ec9c4d6c74abce9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 30 Sep 2022 12:39:10 -0600 Subject: [PATCH] Add local paths for development --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 01097e08..fd18f503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [