mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +00:00
Add submodule for glad
This commit is contained in:
parent
01ae858906
commit
6cb668f546
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -40,3 +40,6 @@
|
||||||
[submodule "external/qt6ct"]
|
[submodule "external/qt6ct"]
|
||||||
path = external/qt6ct
|
path = external/qt6ct
|
||||||
url = https://github.com/AdenKoperczak/qt6ct.git
|
url = https://github.com/AdenKoperczak/qt6ct.git
|
||||||
|
[submodule "external/glad"]
|
||||||
|
path = external/glad
|
||||||
|
url = https://github.com/Dav1dde/glad.git
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ Supercell Wx uses code from the following dependencies:
|
||||||
| [FreeType GL](https://github.com/rougier/freetype-gl) | [BSD 2-Clause with views sentence](https://spdx.org/licenses/BSD-2-Clause-Views.html) |
|
| [FreeType GL](https://github.com/rougier/freetype-gl) | [BSD 2-Clause with views sentence](https://spdx.org/licenses/BSD-2-Clause-Views.html) |
|
||||||
| [GeographicLib](https://geographiclib.sourceforge.io/) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
| [GeographicLib](https://geographiclib.sourceforge.io/) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||||
| [geos](https://libgeos.org/) | [GNU Lesser General Public License v2.1 or later](https://spdx.org/licenses/LGPL-2.1-or-later.html) |
|
| [geos](https://libgeos.org/) | [GNU Lesser General Public License v2.1 or later](https://spdx.org/licenses/LGPL-2.1-or-later.html) |
|
||||||
|
| [GLAD](https://github.com/Dav1dde/glad) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||||
| [GLEW](https://www.opengl.org/sdk/libs/GLEW/) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
| [GLEW](https://www.opengl.org/sdk/libs/GLEW/) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||||
| [GLM](https://github.com/g-truc/glm) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
| [GLM](https://github.com/g-truc/glm) | [MIT License](https://spdx.org/licenses/MIT.html) |
|
||||||
| [GoogleTest](https://google.github.io/googletest/) | [BSD 3-Clause "New" or "Revised" License](https://spdx.org/licenses/BSD-3-Clause.html) |
|
| [GoogleTest](https://google.github.io/googletest/) | [BSD 3-Clause "New" or "Revised" License](https://spdx.org/licenses/BSD-3-Clause.html) |
|
||||||
|
|
|
||||||
1
external/glad
vendored
Submodule
1
external/glad
vendored
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 73db193f853e2ee079bf3ca8a64aa2eaf6459043
|
||||||
Loading…
Add table
Add a link
Reference in a new issue