Files
MetaCrate/crates/libremetaverse-prim-mesher/Cargo.toml
Chili Palmer 9a62922afa
Some checks failed
Imaging and meshing gate / native (macos-latest) (push) Has been cancelled
Imaging and meshing gate / native (ubuntu-latest) (push) Has been cancelled
Imaging and meshing gate / native (windows-latest) (push) Has been cancelled
JPEG 2000 feature / linux (push) Has been cancelled
JPEG 2000 feature / macos (push) Has been cancelled
JPEG 2000 feature / windows (push) Has been cancelled
Skia feature / linux (push) Has been cancelled
Skia feature / macos (push) Has been cancelled
Skia feature / windows (push) Has been cancelled
Complete imaging and meshing integration gate (#44)
2026-08-09 05:12:19 +00:00

23 lines
513 B
TOML

[package]
name = "libremetaverse-prim-mesher"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Primitive meshing shims for the MetaCrate LibreMetaverse rewrite"
[dependencies]
libremetaverse-imaging = { path = "../libremetaverse-imaging" }
libremetaverse-types = { path = "../libremetaverse-types" }
[dev-dependencies]
stats_alloc = "0.1.10"
[[bench]]
name = "meshing"
harness = false
[lints]
workspace = true