mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add a recipe
This commit is contained in:
parent
d5e3a8d940
commit
9bebe07829
9
recipes/wip/demos/rapier/recipe.toml
Normal file
9
recipes/wip/demos/rapier/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user