glfw: Update glfw to 3.3.6 (#136)
* glfw: update glfw to 3.3.6 * glfw: make Vulkan-Headers clone faster
This commit is contained in:
parent
6866fce4ee
commit
7ec7fb7af0
50 changed files with 43796 additions and 10657 deletions
|
|
@ -5,18 +5,18 @@ set -ex
|
|||
rm -rf upstream/
|
||||
mkdir upstream/
|
||||
cd upstream/
|
||||
git clone --depth 1 --branch 3.3.4 https://github.com/glfw/glfw
|
||||
git clone --depth 1 --branch 3.3.6 https://github.com/glfw/glfw
|
||||
cd glfw/
|
||||
|
||||
# Remove non-C files
|
||||
rm -rf .appveyor.yml .git .gitattributes .gitignore .mailmap .travis.yml
|
||||
rm cmake_uninstall.cmake.in README.md
|
||||
rm -rf .appveyor.yml .git .github .gitattributes .gitignore .mailmap .travis.yml
|
||||
rm cmake_uninstall.cmake.in README.md CONTRIBUTORS.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/
|
||||
git clone --depth 1 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