redox/recipes/wip/libs/other/projectm/recipe.toml
2025-10-12 19:05:23 -03:00

12 lines
340 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/projectM-visualizer/projectm/wiki/Building-libprojectM#build-and-install-projectm
[source]
git = "https://github.com/projectM-visualizer/projectm"
rev = "422af469731559c32c93e9513cebf2fe6c2fec78"
[build]
template = "cmake"
dependencies = [
"mesa",
"qt5-base",
]