mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Remove unnecessary recipes
This commit is contained in:
parent
b53e3e7e14
commit
8749e089e2
@ -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",
|
||||
]
|
||||
@ -1,8 +0,0 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Gekkio/mooneye-gb"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO glutin crate error
|
||||
[source]
|
||||
git = "https://github.com/mvdnes/rboy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -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
|
||||
"""
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/spieglt/nestur"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -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
|
||||
"""
|
||||
@ -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
|
||||
"""
|
||||
@ -1,9 +0,0 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/zeta0134/rusticnes-sdl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"gtk3",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user