[2024-12-18] Add PyO3 features to support Windows cross-compilation

This commit is contained in:
Andrew Conlin 2024-12-18 22:14:26 +00:00
parent a01349bf18
commit c54e001cd7
2 changed files with 27 additions and 2 deletions

View file

@ -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"] }