Remove unnecessary recipes

This commit is contained in:
Ribbon 2025-11-17 07:45:44 -03:00
parent b53e3e7e14
commit 8749e089e2
9 changed files with 0 additions and 66 deletions

View File

@ -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",
]

View File

@ -1,8 +0,0 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Gekkio/mooneye-gb"
[build]
template = "cargo"
dependencies = [
"sdl2",
]

View File

@ -1,5 +0,0 @@
#TODO glutin crate error
[source]
git = "https://github.com/mvdnes/rboy"
[build]
template = "cargo"

View File

@ -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
"""

View File

@ -1,5 +0,0 @@
#TODO compilation error
[source]
git = "https://github.com/spieglt/nestur"
[build]
template = "cargo"

View File

@ -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
"""

View File

@ -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
"""

View File

@ -1,9 +0,0 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/zeta0134/rusticnes-sdl"
[build]
template = "cargo"
dependencies = [
"sdl2",
"gtk3",
]