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

15 lines
307 B
TOML

#TODO camino crate error
# build instructions: https://github.com/ruffle-rs/ruffle#building-from-source
[source]
git = "https://github.com/ruffle-rs/ruffle"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages ruffle_desktop
"""