mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
12 lines
259 B
TOML
12 lines
259 B
TOML
#TODO missing script for CMake, see https://github.com/devmiyax/yabause/blob/master/yabause/README.LIN#L77
|
|
[source]
|
|
git = "https://github.com/devmiyax/yabause"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gtk2",
|
|
"sdl2",
|
|
"mesa",
|
|
"gtkglext",
|
|
]
|