Skip to content

Commit

Permalink
py: automatically generate python3.dll import libs
Browse files Browse the repository at this point in the history
on Windows targets.
see PyO3/pyo3#2231 for more info
  • Loading branch information
jqnatividad committed Apr 29, 2022
1 parent 323ddff commit 880e5ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ once_cell = { version = "1.10", optional = true }
pyo3 = { version = "0.16", features = [
"abi3-py38",
"auto-initialize",
# Automatically generates `python3.dll` import libraries for Windows targets.
"generate-abi3-import-lib",
], optional = true }
qsv-dateparser = "0.2"
qsv-stats = "0.3"
Expand Down

0 comments on commit 880e5ae

Please sign in to comment.