mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
11 lines
293 B
TOML
11 lines
293 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/KhronosGroup/Vulkan-Tools/blob/main/BUILD.md
|
|
[source]
|
|
git = "https://github.com/KhronosGroup/Vulkan-Tools"
|
|
rev = "7e75f4d389799129b79f90d1401f15f511796dbd"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DUPDATE_DEPS=ON"
|
|
]
|