Skip to content

Commit

Permalink
try removing MathCAT dependency from build
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Jun 10, 2024
1 parent 18be409 commit e8b82e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crate-type = ["cdylib"] # Creates dynamic lib
[build-dependencies]
zip = { version = "2.1", default-features = false, features = ["bzip2"] }
cbindgen = "0.24"
mathcat = {version = "0.6.0", features = ["include-zip"]}
# mathcat = {version = "0.6.0", features = ["include-zip"]}
# for testing MathCAT without having to publish a new version (change two occurences)
# mathcat = {path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately

Expand Down

0 comments on commit e8b82e0

Please sign in to comment.