From 9bebe07829e64f706e6fb90465be775cca7a455c Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 24 Jun 2024 04:42:21 +0000
Subject: [PATCH] Add a recipe

---
 recipes/wip/demos/rapier/recipe.toml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes/wip/demos/rapier/recipe.toml

diff --git a/recipes/wip/demos/rapier/recipe.toml b/recipes/wip/demos/rapier/recipe.toml
new file mode 100644
index 000000000..b2cc021ed
--- /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
+"""
-- 
GitLab