diff options
author | 2025-01-29 04:55:04 +0100 | |
---|---|---|
committer | 2025-01-29 04:55:51 +0100 | |
commit | a56c2f3d81775bd9ec57936338298c79d44ac863 (patch) | |
tree | c3bca72e3cb86794fa5824fe8fd091a8edb6ac52 /Cargo.toml | |
parent | 9b959d3e8058a471ce59e42d97909e03845fad90 (diff) | |
download | iced-a56c2f3d81775bd9ec57936338298c79d44ac863.tar.gz iced-a56c2f3d81775bd9ec57936338298c79d44ac863.tar.bz2 iced-a56c2f3d81775bd9ec57936338298c79d44ac863.zip |
Enable `animation` module for Wasm target
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |