feat: python bindings (wip)
This commit is contained in:
parent
13ec2009a5
commit
39fd807339
3 changed files with 83 additions and 206 deletions
|
|
@ -1,9 +0,0 @@
|
|||
[build-system]
|
||||
requires = ["maturin>=1.0,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[tool.maturin]
|
||||
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
|
||||
features = ["pyo3/extension-module"]
|
||||
# python-source = "python"
|
||||
# module-name = "trictrac.game"
|
||||
Loading…
Add table
Add a link
Reference in a new issue