Moves glm, GSL and libpng to 3rdparty

Moves glm and GSL to 3rdparty
Moves libpng to 3rdparty
This commit is contained in:
AnnieL 2016-03-20 01:05:03 +00:00
parent 6182f5346d
commit 38f93461d1
275 changed files with 12 additions and 20 deletions

4
.gitmodules vendored
View file

@ -20,10 +20,10 @@
path = rsx_program_decompiler
url = https://github.com/RPCS3/rsx_program_decompiler
[submodule "GSL"]
path = GSL
path = 3rdparty/GSL
url = https://github.com/Microsoft/GSL.git
[submodule "libpng"]
path = libpng
path = 3rdparty/libpng
url = https://github.com/RPCS3/libpng
[submodule "Vulkan/glslang"]
path = Vulkan/glslang