redox/recipes/wip/demos/rapier/recipe.toml
2024-06-24 04:42:21 +00:00

10 lines
213 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/dimforge/rapier"
[build]
template = "custom"
script = """
cookbook_cargo_packages rapier-examples-2d rapier-examples-3d \
rapier-examples-3d-f64
"""