Skip to content
Snippets Groups Projects
recipe.toml 379 B
Newer Older
Ribbon's avatar
Ribbon committed
#TODO missing script for building, see https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md#linux
Ribbon's avatar
Ribbon committed
#TODO make all dependencies work
Ribbon's avatar
Ribbon committed
[source]
Ribbon's avatar
Ribbon committed
git = "https://github.com/xenia-canary/xenia-canary"
Ribbon's avatar
Ribbon committed
[build]
template = "custom"
dependencies = [
    "gtk3",
    "sdl2",
    "mesa",
    "lz4",
    "libunwind",
    "libpthread-stubs",
    "libvulkan",
]