Implement TestClient inventory and appearance commands (#92)
Some checks failed
Native code generation / deterministic (push) Successful in 18m25s
Imaging and meshing gate / native (push) Failing after 4m23s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 12m37s
Skia feature / linux (push) Has been cancelled

This commit is contained in:
2026-08-11 11:14:50 +00:00
parent 9675440210
commit ea10b7672c
7 changed files with 3379 additions and 15 deletions

2
Cargo.lock generated
View File

@@ -1053,6 +1053,8 @@ version = "0.0.1"
dependencies = [
"clap",
"libremetaverse",
"libremetaverse-imaging",
"libremetaverse-imaging-skia",
"tokio",
]