[2024-12-18] Add PyO3 features to support Windows cross-compilation
This commit is contained in:
parent
a01349bf18
commit
c54e001cd7
2 changed files with 27 additions and 2 deletions
|
@ -9,4 +9,4 @@ name = "tictoc"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.23.3"
|
||||
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue