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

33 lines
613 B

--- libz-sys-1.1.20/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libz-sys-1.1.20/Cargo.toml 2024-09-25T15:05:48.025207+00:00
@@ -72,29 +72,15 @@
5 years ago
[build-dependencies.cc]
version = "1.0.98"
5 years ago
-[build-dependencies.cmake]
-version = "0.1.50"
5 years ago
-optional = true
-
[build-dependencies.pkg-config]
version = "0.3.9"
-[build-dependencies.vcpkg]
-version = "0.2.11"
-
[features]
5 years ago
-asm = []
default = [
"libc",
"stock-zlib",
]
5 years ago
-static = []
stock-zlib = []
-zlib-ng = [
- "libc",
- "cmake",
-]
-zlib-ng-no-cmake-experimental-community-maintained = ["libc"]
[lints.rust.unexpected_cfgs]
level = "warn"