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
25 lines
1.2 KiB
TOML
25 lines
1.2 KiB
TOML
[package]
|
|
name = "metacrate-api-compile"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.96"
|
|
license = "BSD-3-Clause"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
libremetaverse = { path = "../../crates/libremetaverse" }
|
|
libremetaverse-imaging = { path = "../../crates/libremetaverse-imaging" }
|
|
libremetaverse-imaging-skia = { path = "../../crates/libremetaverse-imaging-skia" }
|
|
libremetaverse-lsl-tools = { path = "../../crates/libremetaverse-lsl-tools" }
|
|
libremetaverse-prim-mesher = { path = "../../crates/libremetaverse-prim-mesher" }
|
|
libremetaverse-rendering-mesh-foundry = { path = "../../crates/libremetaverse-rendering-mesh-foundry" }
|
|
libremetaverse-rendering-simple = { path = "../../crates/libremetaverse-rendering-simple" }
|
|
libremetaverse-rlv = { path = "../../crates/libremetaverse-rlv" }
|
|
libremetaverse-structured-data = { path = "../../crates/libremetaverse-structured-data" }
|
|
libremetaverse-types = { path = "../../crates/libremetaverse-types" }
|
|
libremetaverse-utilities = { path = "../../crates/libremetaverse-utilities" }
|
|
libremetaverse-voice-vivox = { path = "../../crates/libremetaverse-voice-vivox" }
|
|
libremetaverse-voice-webrtc = { path = "../../crates/libremetaverse-voice-webrtc" }
|
|
|
|
[workspace]
|