ref: gl: move GLES wrappers libraries to 3rdparty folder

This commit is contained in:
Alibek Omarov 2022-09-10 20:11:05 +03:00
parent fe9f3f78a0
commit 12a6088912
4 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -2,13 +2,13 @@
path = 3rdparty/mainui
url = https://github.com/FWGS/mainui_cpp
[submodule "ref_gl/nanogl"]
path = ref/gl/nanogl
path = 3rdparty/nanogl
url = https://github.com/FWGS/nanogl
[submodule "ref_gl/gl-wes-v2"]
path = ref/gl/gl-wes-v2
path = 3rdparty/gl-wes-v2
url = https://github.com/FWGS/gl-wes-v2
[submodule "ref_gl/gl4es"]
path = ref/gl/gl4es
path = 3rdparty/gl4es/gl4es
url = https://github.com/ptitSeb/gl4es
[submodule "vgui_support"]
path = 3rdparty/vgui_support

View File