Skip to content

Commit 5b47696

Browse files
committed
no wkwrap
1 parent e2c63d4 commit 5b47696

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

zarr-matlab/rust/wkw_load/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
extern crate wkwrap;
21
extern crate zarrs;
32

43
#[macro_use]

zarr-matlab/rust/wkw_mex/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ authors = ["Alessandro Motta <[email protected]>"]
55

66
[dependencies]
77
libc = "0.2"
8-
9-
[dependencies.wkwrap]
10-
path = "../../../rust"

zarr-matlab/rust/wkw_mex/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
extern crate libc;
2-
extern crate wkwrap;
32

43
mod ffi;
54
mod macros;

0 commit comments

Comments
 (0)