aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 08:32:50 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 08:32:50 +0100
commit4deb7470413a9d53323f6bedf26882ad2b0844a6 (patch)
tree2a3ca1b69a02300bbf0db40cd7e7fe410b8e938a /Cargo.toml
parent1299841ecb5648328a590658c2ea6ad18ecf46e3 (diff)
downloadmacaw-4deb7470413a9d53323f6bedf26882ad2b0844a6.tar.gz
macaw-4deb7470413a9d53323f6bedf26882ad2b0844a6.tar.bz2
macaw-4deb7470413a9d53323f6bedf26882ad2b0844a6.zip
feat: nicks and avatars
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2fc7ebe..8a324c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-iced = { git = "https://github.com/iced-rs/iced", features = ["tokio", "image"] }
+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" }
tokio = "1.43.0"