Draft basic Animation API in iced_core
This commit is contained in:
parent
da1726b134
commit
bf600a0811
6 changed files with 124 additions and 3 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue