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.
23 lines
474 B
23 lines
474 B
--- isal-sys-0.5.3+496255c/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ isal-sys-0.5.3+496255c/Cargo.toml 2024-10-15T11:25:32.697092+00:00
|
|
@@ -34,7 +34,6 @@
|
|
|
|
[build-dependencies.bindgen]
|
|
version = "^0.69"
|
|
-optional = true
|
|
|
|
[build-dependencies.cc]
|
|
version = "^1"
|
|
@@ -43,9 +42,8 @@
|
|
version = "0.1.3"
|
|
|
|
[features]
|
|
-default = ["static"]
|
|
-regenerate-bindings = ["dep:bindgen"]
|
|
+default = ["shared"]
|
|
+regenerate-bindings = []
|
|
shared = []
|
|
-static = []
|
|
use-system-isal = []
|
|
|