dependencies moved
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -2,21 +2,21 @@
|
|||||||
path = cbuild
|
path = cbuild
|
||||||
url = https://github.com/Timerix22/cbuild.git
|
url = https://github.com/Timerix22/cbuild.git
|
||||||
[submodule "kerep"]
|
[submodule "kerep"]
|
||||||
path = kerep
|
path = dependencies/kerep
|
||||||
url = https://github.com/Timerix22/kerep.git
|
url = https://github.com/Timerix22/kerep.git
|
||||||
[submodule "SDL2"]
|
[submodule "SDL2"]
|
||||||
path = SDL2
|
path = dependencies/SDL2
|
||||||
url = https://github.com/Timerix22/SDL.git
|
url = https://github.com/Timerix22/SDL.git
|
||||||
branch = SDL2
|
branch = SDL2
|
||||||
[submodule "imgui"]
|
[submodule "imgui"]
|
||||||
path = imgui
|
path = dependencies/imgui
|
||||||
url = https://github.com/Timerix22/imgui.git
|
url = https://github.com/Timerix22/imgui.git
|
||||||
branch = docking_cbuild
|
branch = docking_cbuild
|
||||||
[submodule "imgui-node-editor"]
|
[submodule "imgui-node-editor"]
|
||||||
path = imgui-node-editor
|
path = dependencies/imgui-node-editor
|
||||||
url = https://github.com/Timerix22/imgui-node-editor.git
|
url = https://github.com/Timerix22/imgui-node-editor.git
|
||||||
branch = develop_cbuild
|
branch = develop_cbuild
|
||||||
[submodule "imnodes"]
|
[submodule "imnodes"]
|
||||||
path = imnodes
|
path = dependencies/imnodes
|
||||||
url = https://github.com/Timerix22/imnodes
|
url = https://github.com/Timerix22/imnodes
|
||||||
branch = master_cbuild
|
branch = master_cbuild
|
||||||
|
|||||||
2
cbuild
2
cbuild
Submodule cbuild updated: e83a7affef...60fa8c11c2
0
SDL2 → dependencies/SDL2
vendored
0
SDL2 → dependencies/SDL2
vendored
1
dependencies/imgui
vendored
Submodule
1
dependencies/imgui
vendored
Submodule
Submodule dependencies/imgui added at 109735a0d1
1
dependencies/imnodes
vendored
Submodule
1
dependencies/imnodes
vendored
Submodule
Submodule dependencies/imnodes added at 1bff83fbd0
1
dependencies/kerep
vendored
Submodule
1
dependencies/kerep
vendored
Submodule
Submodule dependencies/kerep added at 53cf9875e6
1
imgui
1
imgui
Submodule imgui deleted from 9e129571c7
1
imnodes
1
imnodes
Submodule imnodes deleted from 3dbb910508
1
kerep
1
kerep
Submodule kerep deleted from 64634c2371
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
for tmpfile in $(ls .rebuild_*.tmp); do
|
for tmpfile in $(ls -a | grep -e '\.rebuild.*\.tmp'); do
|
||||||
try_delete_dir_or_file "$tmpfile"
|
try_delete_dir_or_file "$tmpfile"
|
||||||
done
|
done
|
||||||
try_delete_dir_or_file fonts/generated
|
try_delete_dir_or_file fonts/generated
|
||||||
|
|||||||
Reference in New Issue
Block a user