mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-13 07:36:02 -07:00
bump vtracer-bench
This commit is contained in:
Generated
+1
-1
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user