mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-25 13:31:27 -07:00
bump vtracer-bench
This commit is contained in:
Generated
+1
-1
@@ -948,7 +948,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "vtracer-bench"
|
name = "vtracer-bench"
|
||||||
version = "1.0.0-alpha.5"
|
version = "1.0.0-alpha.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dssim-core",
|
"dssim-core",
|
||||||
"image",
|
"image",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vtracer-bench"
|
name = "vtracer-bench"
|
||||||
description = "Blind fidelity benchmark for raster-to-vector tracers: compare the original raster with a rendered reconstruction and get one 0..1 fidelity score built from PSNR, SSIM and a clustered-diff patch metric."
|
description = "Blind fidelity benchmark for raster-to-vector tracers: compare the original raster with a rendered reconstruction and get one 0..1 fidelity score built from PSNR, SSIM and a clustered-diff patch metric."
|
||||||
version = "1.0.0-alpha.5"
|
version = "1.0.0-alpha.6"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
@@ -23,6 +23,7 @@ required-features = ["cli"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
visioncortex.workspace = true
|
visioncortex.workspace = true
|
||||||
dssim-core = { version = "3", default-features = false }
|
# ~3.4: the only line whose no-`threads` fallback compiles (3.3 and 3.5 both fail)
|
||||||
|
dssim-core = { version = "~3.4", default-features = false }
|
||||||
rgb = "0.8"
|
rgb = "0.8"
|
||||||
image = { version = "0.25", default-features = false }
|
image = { version = "0.25", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user