Skip to content

Commit

Permalink
Sort out dependencies - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mashin committed Jun 13, 2023
1 parent 34b952a commit 9afa306
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "src/symmath-lua"]
path = lualib/vendor/symmath
url = https://github.com/thenumbernine/symmath-lua.git
[submodule "src/lua-ext"]
[submodule "lualib/vendor/ext"]
path = lualib/vendor/ext
url = https://github.com/thenumbernine/lua-ext.git
[submodule "src/complex-lua"]
path = lualib/vendor/ext
[submodule "lualib/vendor/symmath"]
path = lualib/vendor/symmath
url = https://github.com/thenumbernine/symmath-lua.git
[submodule "lualib/vendor/complex"]
path = lualib/vendor/complex
url = https://github.com/thenumbernine/complex-lua
1 change: 1 addition & 0 deletions lualib/vendor/complex
Submodule complex added at f97dae
1 change: 1 addition & 0 deletions lualib/vendor/ext
Submodule ext added at 648cd2
1 change: 1 addition & 0 deletions lualib/vendor/symmath
Submodule symmath added at 0a0c7d

0 comments on commit 9afa306

Please sign in to comment.