We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d63e9d commit 225f647Copy full SHA for 225f647
Cargo.toml
@@ -13,12 +13,12 @@ name = "libmathcat_py"
13
crate-type = ["cdylib"]
14
15
[dependencies.MathCAT]
16
-path = "../MathCAT/"
+path = "../mathcat/"
17
18
[dependencies.pyo3]
19
version = "0.15.1"
20
features = ["extension-module", "abi3"]
21
22
# 32 bit target stable-i686-pc-windows-msvc
23
# if changing to building 32 bit python version, change .cargo/config.toml
24
-# along with changing env variable PYO3_PYTHON
+# along with changing env variable PYO3_PYTHON
0 commit comments