Some checks failed
Native code generation / deterministic (ubuntu-latest) (push) Successful in 1m56s
Imaging and meshing gate / native (ubuntu-latest) (push) Failing after 2m49s
JPEG 2000 feature / linux (push) Failing after 1m0s
Skia feature / linux (push) Failing after 1m38s
Native code generation / deterministic (macos-latest) (push) Has been cancelled
Native code generation / deterministic (windows-latest) (push) Has been cancelled
Imaging and meshing gate / native (macos-latest) (push) Has been cancelled
Imaging and meshing gate / native (windows-latest) (push) Has been cancelled
JPEG 2000 feature / macos (push) Has been cancelled
JPEG 2000 feature / windows (push) Has been cancelled
Skia feature / macos (push) Has been cancelled
Skia feature / windows (push) Has been cancelled
36 lines
987 B
TOML
36 lines
987 B
TOML
[workspace]
|
|
resolver = "3"
|
|
exclude = ["crates/libremetaverse-openjpeg"]
|
|
members = [
|
|
"crates/libremetaverse-types",
|
|
"crates/libremetaverse-structured-data",
|
|
"crates/libremetaverse-imaging",
|
|
"crates/libremetaverse-imaging-skia",
|
|
"crates/libremetaverse-prim-mesher",
|
|
"crates/libremetaverse",
|
|
"crates/libremetaverse-rendering-simple",
|
|
"crates/libremetaverse-rendering-mesh-foundry",
|
|
"crates/libremetaverse-lsl-tools",
|
|
"crates/libremetaverse-rlv",
|
|
"crates/libremetaverse-utilities",
|
|
"crates/libremetaverse-voice-vivox",
|
|
"crates/libremetaverse-voice-webrtc",
|
|
"programs",
|
|
"tests/compat",
|
|
"tools/codegen",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
rust-version = "1.96"
|
|
license = "BSD-3-Clause"
|
|
repository = "https://github.com/cinderblocks/libremetaverse"
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "forbid"
|
|
|
|
[workspace.lints.clippy]
|
|
all = { level = "warn", priority = -1 }
|
|
pedantic = { level = "warn", priority = -1 }
|