mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
9 lines
199 B
TOML
9 lines
199 B
TOML
#TODO missing script for CMake, see https://github.com/nihui/vkpeak#build-from-source
|
|
[source]
|
|
git = "https://github.com/nihui/vkpeak"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libvulkan",
|
|
]
|