redox/recipes/wip/emulators/pc/opengmk/recipe.toml
2025-11-17 08:20:26 -03:00

13 lines
209 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/OpenGMK/OpenGMK"
[build]
template = "custom"
dependencies = [
"libalsa",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages gm8emulator
"""