Implement native archive and model workflows (#74)
Some checks failed
Native code generation / deterministic (push) Failing after 1m48s
Imaging and meshing gate / native (push) Successful in 5m26s
JPEG 2000 feature / linux (push) Successful in 2m51s
Native Rust workspace compile / compile (push) Successful in 5m28s
Skia feature / linux (push) Successful in 31m53s

This commit is contained in:
2026-08-10 20:31:34 +00:00
parent 763e9e5044
commit 55424dbd7f
15 changed files with 5862 additions and 2024 deletions

2
Cargo.lock generated
View File

@@ -852,6 +852,7 @@ dependencies = [
name = "libremetaverse"
version = "0.0.1"
dependencies = [
"base64",
"bcdec_rs",
"flate2",
"futures-channel",
@@ -864,6 +865,7 @@ dependencies = [
"reqwest",
"roxmltree",
"serde_json",
"tar",
"tokio",
"vorbis_rs",
]