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
+1
View File
@@ -219,6 +219,7 @@ lzma-rust2 = { version = "0.16", default-features = false, features = ["std", "e
scraper = "0.25"
linesweeper = "0.3"
smallvec = "1.13.2"
zip = { version = "8", default-features = false }
[workspace.lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }