mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
14 lines
338 B
TOML
14 lines
338 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md#linux
|
|
[source]
|
|
git = "https://github.com/baldurk/renderdoc"
|
|
rev = "5f95fb95a2a225a092372e7bd0bfd2073525d3ac"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libxcb",
|
|
"mesa",
|
|
"qt5-base",
|
|
"pcre",
|
|
]
|