diff options
author | 2025-04-22 18:23:29 +0100 | |
---|---|---|
committer | 2025-04-22 18:23:29 +0100 | |
commit | 8d159c86349803658e2b531ea7ca8e0471a7cc9c (patch) | |
tree | c7bcd671a00f1d5add7d1dbde10a13fda6984216 /Cargo.toml | |
parent | 14f6aaf18a3311fee63b11d0ec9c12ba76b70fa1 (diff) | |
download | macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.tar.gz macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.tar.bz2 macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.zip |
Diffstat (limited to 'Cargo.toml')
-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 = { version = "0.13.0", features = ["tokio", "image", "svg"] } +iced = { version = "0.13.0", features = ["tokio", "image", "svg", "advanced"] } filamento = { version = "0.1.0", path = "../luz/filamento" } jid = { version = "0.1.0", path = "../luz/jid" } tokio = "1.43.0" |