Skip to content

Commit

Permalink
imgui add
Browse files Browse the repository at this point in the history
  • Loading branch information
V-KMilev committed May 13, 2023
1 parent e328437 commit bd13ab8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "third-party/glm"]
path = third-party/glm
url = https://github.com/g-truc/glm.git
[submodule "third-party/imgui"]
path = third-party/imgui
url = https://github.com/ocornut/imgui.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ OpenGL library encapsulating basic OpenGL structures
## Build
```
git clone https://github.com/V-KMilev/vkmGL.git
git submodule update --init --recursive
```
You can find the lib in the build folder as `vkmGL.lib`

Expand Down
1 change: 1 addition & 0 deletions third-party/imgui
Submodule imgui added at 1ebb91

0 comments on commit bd13ab8

Please sign in to comment.