mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
16 lines
335 B
TOML
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",
|
|
]
|