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
27 lines
606 B
TOML
27 lines
606 B
TOML
[package]
|
|
name = "libremetaverse-imaging"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Texture codec abstractions for the MetaCrate LibreMetaverse rewrite"
|
|
|
|
[features]
|
|
default = []
|
|
jpeg2000 = ["dep:libremetaverse-openjpeg"]
|
|
|
|
[dependencies]
|
|
libremetaverse-types = { path = "../libremetaverse-types" }
|
|
libremetaverse-openjpeg = { path = "../libremetaverse-openjpeg", optional = true }
|
|
|
|
[dev-dependencies]
|
|
stats_alloc = "0.1.10"
|
|
|
|
[[bench]]
|
|
name = "image_pipeline"
|
|
harness = false
|
|
|
|
[lints]
|
|
workspace = true
|