mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
13 lines
312 B
TOML
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",
|
|
]
|