Graphics module Initial (And some more fixes embedded)
This commit is contained in:
parent
98132ca2f5
commit
f52b351cac
23 changed files with 456 additions and 31 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -1,3 +1,15 @@
|
|||
[submodule "Externals/asio"]
|
||||
path = Externals/asio
|
||||
url = https://github.com/IlyaShurupov/asio.git
|
||||
[submodule "Externals/glfw"]
|
||||
path = Externals/glfw
|
||||
url = https://github.com/IlyaShurupov/glfw.git
|
||||
[submodule "Externals/imgui"]
|
||||
path = Externals/imgui
|
||||
url = https://github.com/IlyaShurupov/imgui.git
|
||||
[submodule "Externals/glew"]
|
||||
path = Externals/glew
|
||||
url = https://github.com/IlyaShurupov/glew.git
|
||||
[submodule "Externals/nanovg"]
|
||||
path = Externals/nanovg
|
||||
url = https://github.com/IlyaShurupov/nanovg.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue