From a0a0ad407c664d33a3aac9c7b0bc1345fecacd57 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 19 Mar 2024 18:38:22 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/benchmarks/divan/recipe.toml | 2 +-
 recipes/wip/emulators/ruffle/recipe.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/benchmarks/divan/recipe.toml b/recipes/wip/benchmarks/divan/recipe.toml
index 87116a09c..766c3702d 100644
--- a/recipes/wip/benchmarks/divan/recipe.toml
+++ b/recipes/wip/benchmarks/divan/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/nvzqz/divan"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_packages examples
+cookbook_cargo_examples examples
 """
diff --git a/recipes/wip/emulators/ruffle/recipe.toml b/recipes/wip/emulators/ruffle/recipe.toml
index 67c6c8f60..e21470385 100644
--- a/recipes/wip/emulators/ruffle/recipe.toml
+++ b/recipes/wip/emulators/ruffle/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/ruffle-rs/ruffle"
 [build]
-- 
GitLab