redox/recipes/wip/ruffle/recipe.toml
2023-11-30 18:13:53 +00:00

13 lines
208 B
TOML

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