redox/recipes/wip/libs/openvkl/recipe.toml
2024-02-17 23:36:16 +00:00

13 lines
312 B
TOML

#TODO missing script for CMake, see https://github.com/openvkl/openvkl#building-open-vkl-from-source
[source]
git = "https://github.com/openvkl/openvkl"
rev = "712bdb8035487606096d7af90a4c9bde5503515d"
[build]
template = "custom"
dependencies = [
"ispc",
"librkcommon",
"embree",
"level-zero",
]