redox/recipes/wip/emulators/zsnes/recipe.toml
2024-02-10 11:31:06 +00:00

12 lines
223 B
TOML

#TODO missing script for "make", see https://github.com/xyproto/zsnes#build
[source]
git = "https://github.com/xyproto/zsnes"
[build]
template = "custom"
dependencies = [
"sdl1",
"zlib",
"mesa",
"libpng",
]