redox/recipes/wip/emulators/tetanes/recipe.toml
2024-02-16 22:19:34 +00:00

13 lines
211 B
TOML

#TODO Not compiled or tested yet
[source]
git = "https://github.com/lukexor/tetanes"
[build]
template = "cargo"
dependencies = [
"sdl2",
"sdl2-image",
"sdl2-mixer",
"sdl2-ttf",
"sdl2-gfx",
]