mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
13 lines
395 B
TOML
13 lines
395 B
TOML
#TODO "No suitable wgpu::Adapter found" error on execution
|
|
[source]
|
|
git = "https://gitlab.redox-os.org/njskalski/jemallocator.git"
|
|
branch = "redox_mods"
|
|
[build]
|
|
template = "custom"
|
|
|
|
script = """
|
|
# Build the library crates
|
|
"${COOKBOOK_REDOXER}" build --manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" --workspace --release
|
|
# Library crates don't need installation, they're used as dependencies
|
|
"""
|