From bf600a0811649392008927578afc32a18a93de34 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 27 Jan 2025 02:50:51 +0100 Subject: Draft basic `Animation` API in `iced_core` --- core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Cargo.toml') 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 -- cgit