summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 02:50:51 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 02:50:51 +0100
commitbf600a0811649392008927578afc32a18a93de34 (patch)
tree3a74b49cae995ebea0db100f07966c108dc48224 /Cargo.toml
parentda1726b134ae084dd76b9e0a1107a771f69ed7c9 (diff)
downloadiced-bf600a0811649392008927578afc32a18a93de34.tar.gz
iced-bf600a0811649392008927578afc32a18a93de34.tar.bz2
iced-bf600a0811649392008927578afc32a18a93de34.zip
Draft basic `Animation` API in `iced_core`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89c28139..156d673b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -158,6 +158,7 @@ half = "2.2"
image = { version = "0.25", default-features = false }
kamadak-exif = "0.5"
kurbo = "0.10"
+lilt = "0.7"
log = "0.4"
lyon = "1.0"
lyon_path = "1.0"