dependencies moved
This commit is contained in:
+5
-5
@@ -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
|
||||||
|
|||||||
+1
-1
Submodule cbuild updated: e83a7affef...60fa8c11c2
Vendored
+1
Submodule dependencies/imgui added at 109735a0d1
+1
Submodule dependencies/imnodes added at 1bff83fbd0
+1
Submodule dependencies/kerep added at 53cf9875e6
-1
Submodule imgui deleted from 9e129571c7
-1
Submodule imnodes deleted from 3dbb910508
-1
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