redox/recipes/wip/demos/rapier/recipe.toml
2025-06-04 12:46:03 -03:00

10 lines
232 B
TOML

#TODO x11rb, rustix and webbrowser crates error
[source]
git = "https://github.com/dimforge/rapier"
[build]
template = "custom"
script = """
cookbook_cargo_packages rapier-examples-2d rapier-examples-3d \
rapier-examples-3d-f64
"""