mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
15 lines
347 B
TOML
15 lines
347 B
TOML
#TODO missing script for CMake, see https://github.com/ospray/ospray_studio#standard-cmake-build
|
|
[source]
|
|
git = "https://github.com/ospray/ospray_studio"
|
|
rev = "d2c83a67c841f1329f47cf9648a56b3dacbcdcaa"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"ospray",
|
|
"onetbb",
|
|
"librkcommon",
|
|
"mesa",
|
|
"glfw",
|
|
"open-image-denoise",
|
|
]
|