Updated gitignore and added submodule
- Added a filebrowser for imgui submodule - Added gitignore entries for two submodules
This commit is contained in:
parent
7223c20f1d
commit
ba69726e33
7
.gitignore
vendored
7
.gitignore
vendored
@ -16,4 +16,9 @@ x64/
|
||||
*.gltf
|
||||
!sponza.gltf
|
||||
|
||||
imgui.ini
|
||||
imgui.ini
|
||||
libs/physx/physx/include/
|
||||
libs/physx/physx/compiler/
|
||||
libs/physx/physx/buildtools/
|
||||
libs/physx/physx/bin/
|
||||
libs/nativefiledialog/build/
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -39,3 +39,6 @@
|
||||
[submodule "libs/mINI"]
|
||||
path = libs/mINI
|
||||
url = https://github.com/pulzed/mINI.git
|
||||
[submodule "libs/imgui-filebrowser"]
|
||||
path = libs/imgui-filebrowser
|
||||
url = https://github.com/AirGuanZ/imgui-filebrowser.git
|
||||
|
1
libs/imgui-filebrowser
Submodule
1
libs/imgui-filebrowser
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit cfccc2aab651cb19cbc2c3ad36be78c36078ec76
|
Loading…
Reference in New Issue
Block a user