Skip to content

Commit

Permalink
Disable unused bindgen features
Browse files Browse the repository at this point in the history
This reduces compile time by disabling several unused dependencies.
  • Loading branch information
mbrubeck committed Sep 29, 2020
1 parent 65e3d12 commit 4482b37
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 @@ -22,7 +22,7 @@ libc = "0.2"
num_cpus = "1.11"
cc = "1.0"
pkg-config = "0.3"
bindgen = "0.54"
bindgen = { version = "0.54", default-features = false, features = ["runtime"] }

[target.'cfg(target_env = "msvc")'.build-dependencies]
vcpkg = "0.2"
Expand Down

0 comments on commit 4482b37

Please sign in to comment.