Skip to content

Commit

Permalink
remove enzyme bindings, fix changes in inkwell api
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Oct 27, 2023
1 parent ac888b1 commit 9a70656
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 166 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "diffeq"
version = "0.1.0"
edition = "2021"
build = "src/build.rs"

[[bin]]
name = "diffeq"
Expand All @@ -21,9 +20,6 @@ sundials-sys = { version = ">=0.3", features = ["idas", "build_libraries"] }
ouroboros = ">=0.17"
clap = { version = "4.3.23", features = ["derive"] }

[build-dependencies]
bindgen = ">=0.68.1"

[profile.dev]
opt-level = 0
debug = true
Expand Down
44 changes: 0 additions & 44 deletions src/build.rs

This file was deleted.

Loading

0 comments on commit 9a70656

Please sign in to comment.