dependencies moved
This commit is contained in:
parent
ed6e719370
commit
14e103833a
10
.gitmodules
vendored
10
.gitmodules
vendored
@ -2,21 +2,21 @@
|
||||
path = cbuild
|
||||
url = https://github.com/Timerix22/cbuild.git
|
||||
[submodule "kerep"]
|
||||
path = kerep
|
||||
path = dependencies/kerep
|
||||
url = https://github.com/Timerix22/kerep.git
|
||||
[submodule "SDL2"]
|
||||
path = SDL2
|
||||
path = dependencies/SDL2
|
||||
url = https://github.com/Timerix22/SDL.git
|
||||
branch = SDL2
|
||||
[submodule "imgui"]
|
||||
path = imgui
|
||||
path = dependencies/imgui
|
||||
url = https://github.com/Timerix22/imgui.git
|
||||
branch = docking_cbuild
|
||||
[submodule "imgui-node-editor"]
|
||||
path = imgui-node-editor
|
||||
path = dependencies/imgui-node-editor
|
||||
url = https://github.com/Timerix22/imgui-node-editor.git
|
||||
branch = develop_cbuild
|
||||
[submodule "imnodes"]
|
||||
path = imnodes
|
||||
path = dependencies/imnodes
|
||||
url = https://github.com/Timerix22/imnodes
|
||||
branch = master_cbuild
|
||||
|
||||
2
cbuild
2
cbuild
@ -1 +1 @@
|
||||
Subproject commit e83a7affefe85ec7573ce7465e543747bbf5d477
|
||||
Subproject commit 60fa8c11c2673a10f8afbe37bcea13c9be3317b8
|
||||
0
SDL2 → dependencies/SDL2
vendored
0
SDL2 → dependencies/SDL2
vendored
1
dependencies/imgui
vendored
Submodule
1
dependencies/imgui
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 109735a0d10c55d95c569bae2aa4c2adbfcf9056
|
||||
1
dependencies/imnodes
vendored
Submodule
1
dependencies/imnodes
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1bff83fbd0fe749b28df5af6844ec0e036320305
|
||||
1
dependencies/kerep
vendored
Submodule
1
dependencies/kerep
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 53cf9875e6785a30b2313cf294acb89061a92713
|
||||
1
imgui
1
imgui
@ -1 +0,0 @@
|
||||
Subproject commit 9e129571c74f68a954916a3d857a43698df3a51f
|
||||
1
imnodes
1
imnodes
@ -1 +0,0 @@
|
||||
Subproject commit 3dbb9105083a9b8dc48bec020198050dba81a4e1
|
||||
1
kerep
1
kerep
@ -1 +0,0 @@
|
||||
Subproject commit 64634c23711c20805da8f6db796bd54ab5b9b630
|
||||
@ -1,5 +1,5 @@
|
||||
#!/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"
|
||||
done
|
||||
try_delete_dir_or_file fonts/generated
|
||||
|
||||
Loading…
Reference in New Issue
Block a user