Skip to content

Commit

Permalink
feat: Add back jvm-toxcore-c to the stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 20, 2024
1 parent 902cc9f commit b9a88d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
[submodule "js-toxcore-c"]
path = js-toxcore-c
url = https://github.com/TokTok/js-toxcore-c
[submodule "jvm-toxcore-c"]
path = jvm-toxcore-c
url = https://github.com/TokTok/jvm-toxcore-c
[submodule "py-toxcore-c"]
path = py_toxcore_c
url = https://github.com/TokTok/py-toxcore-c
Expand Down
1 change: 1 addition & 0 deletions jvm-toxcore-c
Submodule jvm-toxcore-c added at fe06f9
1 change: 1 addition & 0 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ workspace(projects = [
"hs-toxcore",
"hs-toxcore-c",
"js-toxcore-c",
"jvm-toxcore-c",
"py_toxcore_c",
"qtox",
"spec",
Expand Down
4 changes: 4 additions & 0 deletions tools/git-remotes
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ our %REPOS = (
upstream => 'toktok',
repo 'iphydf',
}],
'jvm-toxcore-c' => ['jvm-toxcore-c', {
upstream => 'toktok',
repo 'iphydf',
}],
'py_toxcore_c' => ['py-toxcore-c', {
upstream => 'toktok',
repo ['aitjcize', 'PyTox'],
Expand Down

0 comments on commit b9a88d6

Please sign in to comment.