dependencies moved

This commit is contained in:
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
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

Submodule cbuild updated: e83a7affef...60fa8c11c2

View File

1
dependencies/imgui vendored Submodule

Submodule dependencies/imgui added at 109735a0d1

1
dependencies/imnodes vendored Submodule

Submodule dependencies/imnodes added at 1bff83fbd0

1
dependencies/kerep vendored Submodule

Submodule dependencies/kerep added at 53cf9875e6

1
imgui

Submodule imgui deleted from 9e129571c7

Submodule imnodes deleted from 3dbb910508

1
kerep

Submodule kerep deleted from 64634c2371

View File

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