Skip to content

Commit

Permalink
Start preparing to move stuff to ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Aug 11, 2019
1 parent 75f9d37 commit b34608c
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ miniz-sys = { path = "miniz-sys", version = "0.1.11", optional = true }
libz-sys = { version = "1.0", optional = true }
tokio-io = { version = "0.1.11", optional = true }
futures = { version = "0.1.25", optional = true }
miniz_oxide = { version = "0.3.1", optional = true}
miniz_oxide = { version = "0.3.2", optional = true}
crc32fast = "1.1"

[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
miniz_oxide = "0.3.1"
miniz_oxide = "0.3.2"

[dev-dependencies]
rand = "0.6"
Expand Down
Loading

0 comments on commit b34608c

Please sign in to comment.