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.
29 lines
499 B
29 lines
499 B
1 year ago
|
--- libz-sys-1.1.12/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ libz-sys-1.1.12/Cargo.toml 2023-07-29T14:43:10.223812+00:00
|
||
|
@@ -47,25 +47,12 @@
|
||
|
[build-dependencies.cc]
|
||
|
version = "1.0.18"
|
||
|
|
||
|
-[build-dependencies.cmake]
|
||
|
-version = "0.1.44"
|
||
|
-optional = true
|
||
|
-
|
||
|
[build-dependencies.pkg-config]
|
||
|
version = "0.3.9"
|
||
|
|
||
|
-[build-dependencies.vcpkg]
|
||
|
-version = "0.2"
|
||
|
-
|
||
|
[features]
|
||
|
-asm = []
|
||
|
default = [
|
||
|
"libc",
|
||
|
"stock-zlib",
|
||
|
]
|
||
|
-static = []
|
||
|
stock-zlib = []
|
||
|
-zlib-ng = [
|
||
|
- "libc",
|
||
|
- "cmake",
|
||
|
-]
|