-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GLFW 3.3.2 was released on January 20, 2020. See https://github.com/glfw/glfw/releases/tag/3.3.2. Done using steps from https://github.com/go-gl/glfw/wiki/Development#updating-glfw-c-source: rm -rf ./glfw/ git clone --depth 1 --branch latest https://github.com/glfw/glfw # 'latest' branch points to latest stable release. cd ./glfw/ git rev-parse HEAD > ../GLFW_C_REVISION.txt # Only keep the needed sources files in ./src, ./include and ./deps. rm -rf ./.git rm -rf ./.gitignore rm -rf ./.gitattributes rm -rf ./.mailmap rm -rf ./.appveyor.yml rm -rf ./.github rm -rf ./.travis.yml rm -rf ./CMake rm -rf ./CMakeLists.txt rm -rf ./src/CMakeLists.txt rm -rf ./src/*.in rm -rf ./README.md rm -rf ./cmake_uninstall.cmake.in rm -rf ./docs rm -rf ./examples rm -rf ./tests Fixes #262.
- Loading branch information
Showing
20 changed files
with
532 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2bac7ee8da526257d808bd026b027246c98e4f2f | ||
0a49ef0a00baa3ab520ddc452f0e3b1e099c5589 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.