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

13 lines
286 B
TOML

#TODO missing script for dotnet, see https://github.com/Ryujinx/Ryujinx#building
#TODO require .NET Framework 8
#TODO maybe missing dependencies
[source]
git = "https://github.com/Ryujinx/Ryujinx"
[build]
template = "custom"
dependencies = [
"sdl2",
"freealut",
"openal",
]