Skip to content

Commit 1327f78

Browse files
committed
Add 'pybind11' and 'rc-switch-lib' submodules
0 parents  commit 1327f78

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[submodule "libs/rc-switch-lib"]
2+
path = libs/rc-switch-lib
3+
url = https://github.com/latchdevel/rc-switch-lib.git
4+
branch = main
5+
[submodule "libs/pybind11"]
6+
path = libs/pybind11
7+
url = https://github.com/pybind/pybind11.git
8+
branch = stable

libs/pybind11

Submodule pybind11 added at 01ab935

libs/rc-switch-lib

Submodule rc-switch-lib added at be0d995

0 commit comments

Comments
 (0)