glfw: add vulkan headers

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-16 17:24:36 -07:00 committed by Stephen Gutekanst
parent 4c103a344e
commit 1eeb049b5c
31 changed files with 177844 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -ex
# GLFW
rm -rf upstream/
mkdir upstream/
cd upstream/
@ -13,3 +14,10 @@ rm -rf .appveyor.yml .git .gitattributes .gitignore .mailmap .travis.yml
rm cmake_uninstall.cmake.in README.md
rm -r CMake* deps/ examples/ tests/ docs/
rm src/CMakeLists.txt src/*.in
# Vulkan headers
cd ..
git clone https://github.com/KhronosGroup/Vulkan-Headers vulkan_headers/
cd vulkan_headers
rm -rf .git registry/ *.gn *.txt *.md cmake/
rm -rf include/vk_video