File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "third-party/sicgl "]
2
2
path = third-party/sicgl
3
- url = https://github.com/oclyke-dev /sicgl
3
+ url = https://github.com/oclyke/sicgl.git
4
4
[submodule "scripts/third-party/run-clang-format "]
5
5
path = scripts/third-party/run-clang-format
6
6
url = https://github.com/Sarcasm/run-clang-format
Original file line number Diff line number Diff line change 1
1
# pysicgl
2
2
3
- pysicgl is a Python C extension interface for the [ sicgl] ( https://github.com/oclyke-dev /sicgl ) graphics library.
3
+ pysicgl is a Python C extension interface for the [ sicgl] ( https://github.com/oclyke/sicgl ) graphics library.
4
4
5
5
both projects are young and would benefit from community involvement.
Original file line number Diff line number Diff line change 3
3
concepts
4
4
----------------
5
5
6
- pysicgl is a Python interface to `sicgl<https://github.com/oclyke-dev /sicgl> `_
6
+ pysicgl is a Python interface to `sicgl<https://github.com/oclyke/sicgl> `_
7
7
-- underlying design choices stem from that project. Briefly these goals include:
8
8
* speed over memory footprint
9
9
* hardware agnostic
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dynamic = [
27
27
]
28
28
29
29
[project .urls ]
30
- Source = " https://github.com/oclyke-dev /pysicgl"
30
+ Source = " https://github.com/oclyke/pysicgl"
31
31
32
32
[build-system ]
33
33
requires = [" setuptools>=45" , " setuptools_scm[toml]>=6.2" ]
You can’t perform that action at this time.
0 commit comments