redox/recipes/wip/ruffle/recipe.toml
2023-12-23 07:23:52 +00:00

13 lines
227 B
TOML

#TODO make openjdk19-headless work
[source]
git = "https://github.com/ruffle-rs/ruffle"
[build]
template = "custom"
dependencies = [
"openssl1",
"openjdk19-headless",
]
script = """
cookbook_cargo_packages ruffle_desktop
"""