Skip to content

Commit b276176

Browse files
committed
Make "complex" a top-level feature as well
1 parent af9de04 commit b276176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hdf5/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ lzf = ["dep:lzf-sys", "dep:errno"]
2020
blosc = ["dep:blosc-sys"]
2121
static = ["hdf5-sys/static"]
2222
zlib = ["hdf5-sys/zlib"]
23+
complex = ["hdf5-types/complex"]
2324
f16 = ["hdf5-types/f16"]
25+
2426
# The features with version numbers such as 1.10.3, 1.12.0 are metafeatures
2527
# and is only available when the HDF5 library is at least this version.
2628
# Features have_direct and have_parallel are also metafeatures and dependent

0 commit comments

Comments
 (0)