8a96ebe412
- registry.db ahora gitignored y regenerable con 'fn index' + completable con 'fn sync'. Evita conflictos entre ramas / PCs. - Re-registrar submódulo cpp/vendor/glfw en .gitmodules con path limpio (antes heredado con /home/lucas/...). Necesario para el cross-compile Windows del registry_dashboard. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
[submodule "cpp/vendor/imgui"]
|
|
path = cpp/vendor/imgui
|
|
url = https://github.com/ocornut/imgui.git
|
|
branch = docking
|
|
[submodule "cpp/vendor/implot"]
|
|
path = cpp/vendor/implot
|
|
url = https://github.com/epezent/implot.git
|
|
[submodule "cpp/vendor/tracy"]
|
|
path = cpp/vendor/tracy
|
|
url = https://github.com/wolfpld/tracy.git
|
|
[submodule "cpp/vendor/glfw"]
|
|
path = cpp/vendor/glfw
|
|
url = https://github.com/glfw/glfw.git
|