mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
11 lines
230 B
TOML
11 lines
230 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/nihui/vkpeak#build-from-source
|
|
[source]
|
|
git = "https://github.com/nihui/vkpeak"
|
|
rev = "20251010"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libvulkan",
|
|
]
|