You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libz-sys/libz-sys-fix-metadata.diff

22 lines
502 B

--- libz-sys-1.1.2/Cargo.toml 2020-09-04T03:51:53+00:00
+++ libz-sys-1.1.2/Cargo.toml 2020-09-18T18:23:46.228477+00:00
@@ -28,18 +28,9 @@
[build-dependencies.cc]
version = "1.0.18"
-[build-dependencies.cmake]
-version = "0.1.44"
-optional = true
-
[build-dependencies.pkg-config]
version = "0.3.9"
[features]
-asm = []
default = ["libc", "stock-zlib"]
-static = []
stock-zlib = []
-zlib-ng = ["libc", "cmake"]
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"