redox/recipes/wip/dev/other/renderdoc/recipe.toml
2025-10-07 12:36:57 -03:00

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",
]