glfw: add vulkan headers
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4c103a344e
commit
1eeb049b5c
31 changed files with 177844 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue