redox/recipes/wip/emulators/xenia/recipe.toml
2024-02-10 11:31:06 +00:00

16 lines
335 B
TOML

#TODO missing script for building, see https://github.com/xenia-project/xenia/blob/master/docs/building.md#linux
[source]
git = "https://github.com/xenia-project/xenia"
[build]
template = "custom"
dependencies = [
"gtk3",
"sdl2",
"mesa",
"lz4",
"libunwind",
"libpthread-stubs",
"libx11",
"libvulkan",
]