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

14 lines
208 B
TOML

#TODO make boost work
[source]
git = "https://github.com/hikari-no-yume/touchHLE"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"boost",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""