feat: Add Python packaging infrastructure and comprehensive bindings for math and vector types.
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools>=42",
|
||||
"wheel",
|
||||
"pybind11>=2.6.0",
|
||||
"cmake>=3.12",
|
||||
"ninja"]
|
||||
|
||||
build-backend = "setuptools.build_meta"
|
||||
Reference in New Issue
Block a user