From a56c2f3d81775bd9ec57936338298c79d44ac863 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 29 Jan 2025 04:55:04 +0100 Subject: Enable `animation` module for Wasm target --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f1bbd6bb..93b214fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ half = "2.2" image = { version = "0.25", default-features = false } kamadak-exif = "0.5" kurbo = "0.10" -lilt = "0.7" +lilt = "0.8" log = "0.4" lyon = "1.0" lyon_path = "1.0" -- cgit