add: projects as sub modules

This commit is contained in:
h z
2025-05-21 16:08:20 +01:00
parent c6aa4ec6bc
commit 920a50157e
9 changed files with 36 additions and 16 deletions

15
.gitmodules vendored Normal file
View File

@@ -0,0 +1,15 @@
[submodule "Polonium"]
path = Polonium
url = https://git.hangman-lab.top/hzhang/Polonium.git
[submodule "Polonium.Generators"]
path = Polonium.Generators
url = https://git.hangman-lab.top/hzhang/Polonium.Generators.git
[submodule "Polonium.Sdk"]
path = Polonium.Sdk
url = https://git.hangman-lab.top/hzhang/Polonium.Sdk.git
[submodule "Polonium.Tasks"]
path = Polonium.Tasks
url = https://git.hangman-lab.top/hzhang/Polonium.Tasks.git
[submodule "Polonium.Godot.Patcher"]
path = Polonium.Godot.Patcher
url = https://git.hangman-lab.top/hzhang/Polonium.Godot.Patcher.git