Draft basic Animation API in iced_core

This commit is contained in:
Héctor Ramón Jiménez 2025-01-27 02:50:51 +01:00
parent da1726b134
commit bf600a0811
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 124 additions and 3 deletions

7
Cargo.lock generated
View file

@ -2439,6 +2439,7 @@ dependencies = [
"bytes",
"dark-light",
"glam",
"lilt",
"log",
"num-traits",
"palette",
@ -3064,6 +3065,12 @@ dependencies = [
"redox_syscall 0.5.8",
]
[[package]]
name = "lilt"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a095f60643436f4a6bddb82f7f37c1a9247990a2ee3421cf4faa43715edd5896"
[[package]]
name = "linked-hash-map"
version = "0.5.6"