Skip to content

Commit 09c38c4

Browse files
committed
Merge hdf5-lib crate into hdf5-sys
1 parent cfe7262 commit 09c38c4

File tree

9 files changed

+622
-641
lines changed

9 files changed

+622
-641
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"hdf5-types",
55
"hdf5-derive",
66
"libhdf5-sys",
7-
"libhdf5-lib",
87
]
98
exclude = [
109
"*.yml"

hdf5-rs/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ parking_lot = "0.7"
2222
ndarray = "0.12"
2323
num-integer = "0.1"
2424
num-traits = "0.2"
25-
libhdf5-lib = { path = "../libhdf5-lib", version = "0.2.0" }
2625
libhdf5-sys = { path = "../libhdf5-sys", version = "0.2.0" }
2726
hdf5-types = { path = "../hdf5-types", version = "0.2.0" }
2827
hdf5-derive = { path = "../hdf5-derive", version = "0.2.0" }
@@ -34,4 +33,4 @@ scopeguard = "1.0"
3433
tempdir = "0.3"
3534

3635
[build-dependencies]
37-
libhdf5-lib = { path = "../libhdf5-lib", version = "0.2.0" }
36+
libhdf5-sys = { path = "../libhdf5-sys", version = "0.2.0" }

hdf5-rs/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
2-
libhdf5_lib::emit_cfg_flags();
2+
libhdf5_sys::emit_cfg_flags();
33
}

libhdf5-lib/Cargo.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)