bump vtracer-bench

This commit is contained in:
Chris Tsang
2026-09-06 20:46:31 +01:00
parent e9fece97b8
commit 7bf7525a5a
2 changed files with 4 additions and 3 deletions
Generated
+1 -1
View File
@@ -948,7 +948,7 @@ dependencies = [
[[package]]
name = "vtracer-bench"
version = "1.0.0-alpha.5"
version = "1.0.0-alpha.6"
dependencies = [
"dssim-core",
"image",
+3 -2
View File
@@ -1,7 +1,7 @@
[package]
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."
version = "1.0.0-alpha.5"
version = "1.0.0-alpha.6"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -23,6 +23,7 @@ required-features = ["cli"]
[dependencies]
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"
image = { version = "0.25", default-features = false }