redox/recipes/wip/libs/tikv-jemallocator/recipe.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
"""