mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
16 lines
315 B
TOML
16 lines
315 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/jpd002/Play-#building-for-unix
|
|
[source]
|
|
git = "https://github.com/jpd002/Play-"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"openal",
|
|
"libevdev",
|
|
"freealut",
|
|
"qt5-base",
|
|
"qt5-x11extras",
|
|
"sqlite3",
|
|
]
|