redox/recipes/wip/emulators/game-console/nes/rusticnes-sdl/recipe.toml
2024-06-25 20:50:03 +00:00

10 lines
158 B
TOML

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