1 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
16b0361268 submodules fix 2026-04-19 12:58:59 +05:00
2 changed files with 7 additions and 7 deletions

13
.gitmodules vendored
View File

@@ -2,14 +2,15 @@
path = hotline.mjs path = hotline.mjs
url = https://git.svoboda.works/mirzaev/hotline.mjs url = https://git.svoboda.works/mirzaev/hotline.mjs
branch = stable branch = stable
[submodule "womb3-simplex.mjs"] [submodule "damper.mjs"]
path = womb3-simplex.mjs path = damper.mjs
url = https://git.svoboda.works/mirzaev/womb3-simplex.mjs url = https://git.svoboda.works/mirzaev/damper.mjs.git
branch = stable branch = stable
[submodule "icons"] [submodule "icons"]
path = icons path = icons
url = https://git.svoboda.works/mirzaev/icons url = https://git.svoboda.works/mirzaev/icons
branch = stable branch = stable
[submodule "three.js"] [submodule "womb3-simplex.mjs"]
path = three.js path = womb3-simplex.mjs
url = https://github.com/mrdoob/three.js.git url = https://git.svoboda.works/mirzaev/womb3-simplex.mjs
branch = stable

Submodule three.js deleted from 3ef3070762