mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
11 lines
257 B
TOML
11 lines
257 B
TOML
#TODO missing script for CMake, see https://github.com/embree/embree#linux-and-macos
|
|
[source]
|
|
git = "https://github.com/embree/embree"
|
|
rev = "be0accfd0b246e2b03355b8ee7710a22c1b49240"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"glfw",
|
|
"onetbb",
|
|
]
|