From 78e422dcc80e1a85782121c6d0f11de69c483849 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 3 Oct 2022 19:58:14 -0600 Subject: [PATCH] Do not use paths for iced dependencies --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f379638..531f29a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [