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.
48 lines
891 B
48 lines
891 B
--- palette-0.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ palette-0.7.3/Cargo.toml 2023-11-29T12:12:08.032154+00:00
|
|
@@ -57,21 +57,6 @@
|
|
name = "issue_283"
|
|
path = "regression_tests/issue_283.rs"
|
|
|
|
-[[bench]]
|
|
-name = "cie_conversion"
|
|
-path = "benches/cie.rs"
|
|
-harness = false
|
|
-
|
|
-[[bench]]
|
|
-name = "rgb_conversion"
|
|
-path = "benches/rgb.rs"
|
|
-harness = false
|
|
-
|
|
-[[bench]]
|
|
-name = "matrix"
|
|
-path = "benches/matrix.rs"
|
|
-harness = false
|
|
-
|
|
[dependencies.approx]
|
|
version = "0.5"
|
|
optional = true
|
|
@@ -117,10 +102,6 @@
|
|
version = "3.2.23"
|
|
default-features = false
|
|
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.4.0"
|
|
-default-features = false
|
|
-
|
|
[dev-dependencies.csv]
|
|
version = "1"
|
|
|
|
@@ -134,11 +115,6 @@
|
|
|
|
[dev-dependencies.lazy_static]
|
|
version = "1"
|
|
-
|
|
-[dev-dependencies.rand_mt]
|
|
-version = "4"
|
|
-features = ["rand-traits"]
|
|
-default-features = false
|
|
|
|
[dev-dependencies.ron]
|
|
version = "0.8.0"
|