dependencies moved

This commit is contained in:
timerix 2023-10-12 14:00:48 +06:00
parent ed6e719370
commit 14e103833a
11 changed files with 10 additions and 10 deletions

10
.gitmodules vendored
View File

@ -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

@ -1 +1 @@
Subproject commit e83a7affefe85ec7573ce7465e543747bbf5d477 Subproject commit 60fa8c11c2673a10f8afbe37bcea13c9be3317b8

View File

1
dependencies/imgui vendored Submodule

@ -0,0 +1 @@
Subproject commit 109735a0d10c55d95c569bae2aa4c2adbfcf9056

1
dependencies/imnodes vendored Submodule

@ -0,0 +1 @@
Subproject commit 1bff83fbd0fe749b28df5af6844ec0e036320305

1
dependencies/kerep vendored Submodule

@ -0,0 +1 @@
Subproject commit 53cf9875e6785a30b2313cf294acb89061a92713

1
imgui

@ -1 +0,0 @@
Subproject commit 9e129571c74f68a954916a3d857a43698df3a51f

@ -1 +0,0 @@
Subproject commit 3dbb9105083a9b8dc48bec020198050dba81a4e1

1
kerep

@ -1 +0,0 @@
Subproject commit 64634c23711c20805da8f6db796bd54ab5b9b630

View File

@ -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