Skip to content

Commit 2e7959d

Browse files
committed
Cross platform support
1 parent 96aaa46 commit 2e7959d

File tree

2 files changed

+275
-198
lines changed

2 files changed

+275
-198
lines changed

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ build = "build.rs"
2626
doctest = false
2727

2828
[dependencies]
29-
once_cell = "1.4.0"
30-
libc = "0.2.71"
29+
once_cell = "1.4.1"
30+
libc = "0.2.79"
3131

3232
[build-dependencies]
33-
bindgen = "0.54.0"
34-
once_cell = "1.4.0"
35-
pkg-config = "0.3.17"
33+
bindgen = "0.55.1"
34+
once_cell = "1.4.1"
35+
pkg-config = "0.3.19"
36+
vcpkg = "0.2.10"
3637
num_cpus = "1.13.0"

0 commit comments

Comments
 (0)