diff --git a/recipes/wip/demos/rapier/recipe.toml b/recipes/wip/demos/rapier/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b2cc021ed49d8fce8bc2ace7b9d6bc3488b68744
--- /dev/null
+++ b/recipes/wip/demos/rapier/recipe.toml
@@ -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
+"""