mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
14 lines
326 B
TOML
14 lines
326 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/openvkl/openvkl#building-open-vkl-from-source
|
|
[source]
|
|
git = "https://github.com/openvkl/openvkl"
|
|
rev = "712bdb8035487606096d7af90a4c9bde5503515d"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"ispc",
|
|
"librkcommon",
|
|
"embree",
|
|
"level-zero",
|
|
]
|