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.
26 lines
524 B
26 lines
524 B
--- dolby_vision-3.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ dolby_vision-3.3.1/Cargo.toml 2024-12-09T16:42:38.838749+00:00
|
|
@@ -46,11 +46,7 @@
|
|
name = "dolby_vision"
|
|
path = "src/lib.rs"
|
|
doctest = false
|
|
-
|
|
-[[bench]]
|
|
-name = "bench_main"
|
|
-path = "benches/bench_main.rs"
|
|
-harness = false
|
|
+crate-type = ["lib", "cdylib"]
|
|
|
|
[dependencies.anyhow]
|
|
version = "1.0.86"
|
|
@@ -88,9 +84,6 @@
|
|
version = "1.6.0"
|
|
features = ["rustc_1_55"]
|
|
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.5.1"
|
|
-
|
|
[features]
|
|
capi = ["libc"]
|
|
serde = [
|