mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +08:00
12 lines
271 B
TOML
12 lines
271 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/embree/embree#linux-and-macos
|
|
[source]
|
|
git = "https://github.com/embree/embree"
|
|
rev = "be0accfd0b246e2b03355b8ee7710a22c1b49240"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"glfw",
|
|
"onetbb",
|
|
]
|