diff options
author | 2025-01-27 02:50:51 +0100 | |
---|---|---|
committer | 2025-01-27 02:50:51 +0100 | |
commit | bf600a0811649392008927578afc32a18a93de34 (patch) | |
tree | 3a74b49cae995ebea0db100f07966c108dc48224 /Cargo.toml | |
parent | da1726b134ae084dd76b9e0a1107a771f69ed7c9 (diff) | |
download | iced-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |