redox/recipes/wip/libs/other/oidn/recipe.toml
2025-10-12 18:37:40 -03:00

11 lines
246 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/OpenImageDenoise/oidn#compiling-on-linuxmacos
[source]
git = "https://github.com/OpenImageDenoise/oidn"
[build]
template = "cmake"
dependencies = [
"ispc",
"onetbb",
]