diff --git a/recipes/wip/rusticnes-sdl/recipe.toml b/recipes/wip/rusticnes-sdl/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8a1c24e25a63d85a8a0667bbbecdad5312bfd037
--- /dev/null
+++ b/recipes/wip/rusticnes-sdl/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/zeta0134/rusticnes-sdl"
+[build]
+template = "cargo"
+dependencies = [
+    "sdl2",
+    "gtk3",
+]