aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 15:10:25 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 15:10:25 +0100
commit80524e515406007915cb9978f403407a98c44e1e (patch)
tree895e7b8be01f6f13270c9f0604083df4be38b958 /Cargo.toml
parent4deb7470413a9d53323f6bedf26882ad2b0844a6 (diff)
downloadmacaw-80524e515406007915cb9978f403407a98c44e1e.tar.gz
macaw-80524e515406007915cb9978f403407a98c44e1e.tar.bz2
macaw-80524e515406007915cb9978f403407a98c44e1e.zip
feat: icons
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8a324c9..85f4378 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-iced = { version = "0.13.0", features = ["tokio", "image"] }
-filamento = { version = "0.1.0", git = "https://bunny.garden/luz" }
-jid = { version = "0.1.0", git = "https://bunny.garden/luz" }
+iced = { version = "0.13.0", features = ["tokio", "image", "svg"] }
+filamento = { version = "0.1.0", path = "../luz/filamento" }
+jid = { version = "0.1.0", path = "../luz/jid" }
tokio = "1.43.0"
tokio-stream = "0.1.17"
tracing-subscriber = "0.3.19"