Add a recipe

This commit is contained in:
Ribbon 2024-06-24 04:42:21 +00:00
parent d5e3a8d940
commit 9bebe07829

View File

@ -0,0 +1,9 @@
#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
"""