diff --git a/recipes/wip/emulators/game-console/gameboy/gameboy-emu/recipe.toml b/recipes/wip/emulators/game-console/gameboy/gameboy-emu/recipe.toml deleted file mode 100644 index 027df3522..000000000 --- a/recipes/wip/emulators/game-console/gameboy/gameboy-emu/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO update the Redox support in the minifb crate -[source] -git = "https://github.com/mohanson/gameboy" -[build] -template = "cargo" -dependencies = [ - "libxkbcommon", -] diff --git a/recipes/wip/emulators/game-console/gameboy/mooneye-gb/recipe.toml b/recipes/wip/emulators/game-console/gameboy/mooneye-gb/recipe.toml deleted file mode 100644 index 87cc44333..000000000 --- a/recipes/wip/emulators/game-console/gameboy/mooneye-gb/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/Gekkio/mooneye-gb" -[build] -template = "cargo" -dependencies = [ - "sdl2", -] diff --git a/recipes/wip/emulators/game-console/gameboy/rboy/recipe.toml b/recipes/wip/emulators/game-console/gameboy/rboy/recipe.toml deleted file mode 100644 index d66e4e926..000000000 --- a/recipes/wip/emulators/game-console/gameboy/rboy/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO glutin crate error -[source] -git = "https://github.com/mvdnes/rboy" -[build] -template = "cargo" diff --git a/recipes/wip/emulators/game-console/gameboy/rustboy-advance-ng/recipe.toml b/recipes/wip/emulators/game-console/gameboy/rustboy-advance-ng/recipe.toml deleted file mode 100644 index 93b94fb3b..000000000 --- a/recipes/wip/emulators/game-console/gameboy/rustboy-advance-ng/recipe.toml +++ /dev/null @@ -1,12 +0,0 @@ -#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/game-console/nes/nestur/recipe.toml b/recipes/wip/emulators/game-console/nes/nestur/recipe.toml deleted file mode 100644 index 33a86d503..000000000 --- a/recipes/wip/emulators/game-console/nes/nestur/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO compilation error -[source] -git = "https://github.com/spieglt/nestur" -[build] -template = "cargo" diff --git a/recipes/wip/emulators/game-console/nes/pinky/recipe.toml b/recipes/wip/emulators/game-console/nes/pinky/recipe.toml deleted file mode 100644 index fc03064d1..000000000 --- a/recipes/wip/emulators/game-console/nes/pinky/recipe.toml +++ /dev/null @@ -1,11 +0,0 @@ -#TODO Not compiled or tested yet -[source] -git = "https://github.com/koute/pinky" -[build] -template = "custom" -dependencies = [ - "sdl2", -] -script = """ -cookbook_cargo_packages pinky-devui -""" diff --git a/recipes/wip/emulators/game-console/nes/potatis/recipe.toml b/recipes/wip/emulators/game-console/nes/potatis/recipe.toml deleted file mode 100644 index c912028d1..000000000 --- a/recipes/wip/emulators/game-console/nes/potatis/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO don't fetch private submodules -[source] -git = "https://github.com/henrikpersson/potatis" -[build] -template = "custom" -script = """ -cookbook_cargo_packages nes-sdl -""" diff --git a/recipes/wip/emulators/game-console/nes/rusticnes-sdl/recipe.toml b/recipes/wip/emulators/game-console/nes/rusticnes-sdl/recipe.toml deleted file mode 100644 index 8a1c24e25..000000000 --- a/recipes/wip/emulators/game-console/nes/rusticnes-sdl/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/zeta0134/rusticnes-sdl" -[build] -template = "cargo" -dependencies = [ - "sdl2", - "gtk3", -] diff --git a/recipes/wip/emulators/game-console/nes/tetanes/recipe.toml b/recipes/wip/emulators/game-console/tetanes/recipe.toml similarity index 100% rename from recipes/wip/emulators/game-console/nes/tetanes/recipe.toml rename to recipes/wip/emulators/game-console/tetanes/recipe.toml