Skip to content

Commit 6226d9d

Browse files
author
m32
committed
python 3
1 parent ab12077 commit 6226d9d

File tree

5 files changed

+6
-67
lines changed

5 files changed

+6
-67
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "pybind11"]
22
path = pybind11
33
url = https://github.com/pybind/pybind11
4-
branch = v2.9
4+
branch = v2.13
55
[submodule "litehtml"]
66
path = litehtml
77
url = https://github.com/m32/litehtml

pybind11

Submodule pybind11 updated 239 files

src/litehtmlpy/todo-wx-draw

Lines changed: 0 additions & 63 deletions
This file was deleted.

x-submodule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git submodule add -b v2.12 --name pybind11 https://github.com/pybind/pybind11 pybind11
1+
git submodule add -b v2.13 --name pybind11 https://github.com/pybind/pybind11 pybind11
22
git submodule add -b master --name litehtml https://github.com/m32/litehtml litehtml

x-submodule-pull

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
git submodule update --init --remote -f pybind11
1+
#!/bin/bash
2+
# git submodule update --init --remote -f pybind11
3+
git submodule update $*

0 commit comments

Comments
 (0)