Implement animation export

This commit is contained in:
Keavon Chambers
2026-05-17 15:29:09 -04:00
parent 21d2994059
commit 1d3d32c169
18 changed files with 541 additions and 58 deletions
Generated
+19
View File
@@ -2193,6 +2193,7 @@ dependencies = [
"wasm-bindgen-futures",
"web-sys",
"wgpu",
"zip",
]
[[package]]
@@ -5901,6 +5902,12 @@ dependencies = [
"core_maths",
]
[[package]]
name = "typed-path"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
[[package]]
name = "typeid"
version = "1.0.3"
@@ -7599,6 +7606,18 @@ dependencies = [
"syn 2.0.106",
]
[[package]]
name = "zip"
version = "8.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
dependencies = [
"crc32fast",
"indexmap",
"memchr",
"typed-path",
]
[[package]]
name = "zune-core"
version = "0.4.12"