diff options
author | 2025-04-11 08:32:50 +0100 | |
---|---|---|
committer | 2025-04-11 08:32:50 +0100 | |
commit | 4deb7470413a9d53323f6bedf26882ad2b0844a6 (patch) | |
tree | 2a3ca1b69a02300bbf0db40cd7e7fe410b8e938a /Cargo.toml | |
parent | 1299841ecb5648328a590658c2ea6ad18ecf46e3 (diff) | |
download | macaw-4deb7470413a9d53323f6bedf26882ad2b0844a6.tar.gz macaw-4deb7470413a9d53323f6bedf26882ad2b0844a6.tar.bz2 macaw-4deb7470413a9d53323f6bedf26882ad2b0844a6.zip |
feat: nicks and avatars
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |