mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
13 lines
286 B
TOML
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",
|
|
]
|