mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
17 lines
317 B
TOML
17 lines
317 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/snes9xgit/snes9x/wiki/Compiling
|
|
[source]
|
|
git = "https://github.com/snes9xgit/snes9x"
|
|
rev = "1.63"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"sdl2",
|
|
"gtk3mm",
|
|
"libpng",
|
|
"zlib",
|
|
"libx11",
|
|
"libepoxy",
|
|
]
|