diff --git a/recipes/wip/emulators/meru/recipe.toml b/recipes/wip/emulators/meru/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c92eff6a6eef245877a08e93463e35d0ee0ace99
--- /dev/null
+++ b/recipes/wip/emulators/meru/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tanakh/meru"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages meru
+"""
diff --git a/recipes/wip/emulators/mipsy/recipe.toml b/recipes/wip/emulators/mipsy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..17d8410131b3c06806c199e519be58c25122e235
--- /dev/null
+++ b/recipes/wip/emulators/mipsy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/insou22/mipsy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages mipsy
+"""
diff --git a/recipes/wip/emulators/rustboy-advance-ng/recipe.toml b/recipes/wip/emulators/rustboy-advance-ng/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..93b94fb3b498e89efd72dd41d7780f9371ff58e4
--- /dev/null
+++ b/recipes/wip/emulators/rustboy-advance-ng/recipe.toml
@@ -0,0 +1,12 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/michelhe/rustboyadvance-ng"
+[build]
+template = "custom"
+dependencies = [
+    "sdl2",
+    "sdl2-image",
+]
+script = """
+cookbook_cargo_packages rustboyadvance-sdl2
+"""
diff --git a/recipes/wip/emulators/wie/recipe.toml b/recipes/wip/emulators/wie/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..665fc5a27995ac193b6732df3e0ae09ddf70a894
--- /dev/null
+++ b/recipes/wip/emulators/wie/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dlunch/wie"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages wie_cli
+"""