diff options
author | 2025-01-27 02:50:51 +0100 | |
---|---|---|
committer | 2025-01-27 02:50:51 +0100 | |
commit | bf600a0811649392008927578afc32a18a93de34 (patch) | |
tree | 3a74b49cae995ebea0db100f07966c108dc48224 /core/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 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index a3bc6745..1ca7260c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,6 +21,7 @@ advanced = [] bitflags.workspace = true bytes.workspace = true glam.workspace = true +lilt.workspace = true log.workspace = true num-traits.workspace = true palette.workspace = true |