summaryrefslogtreecommitdiffstats
path: root/core/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 /core/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 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
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