mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-11 05:58:41 +08:00
15 lines
347 B
TOML
15 lines
347 B
TOML
#TODO not compiled or tested yet
|
|
# build instructions: https://github.com/devmiyax/yabause/blob/master/yabause/README.LIN#L77
|
|
[source]
|
|
git = "https://github.com/devmiyax/yabause"
|
|
rev = "7d28bd54aa3188e90e4126ff9f7c27b945380488"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"gtk2",
|
|
"sdl2",
|
|
"mesa",
|
|
"gtkglext",
|
|
]
|