This commit is contained in:
Chris Tsang
2023-09-23 11:12:34 +01:00
parent cc39c8c5ca
commit 022018beb2
4 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "vtracer"
version = "0.6.0"
version = "0.6.1"
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
edition = "2021"
description = "A cmd app to convert images into vector graphics."
@@ -13,7 +13,7 @@ keywords = ["svg", "computer-graphics"]
[dependencies]
clap = "2.33.3"
image = "0.23.10"
visioncortex = { version = "0.8.0" }
visioncortex = { version = "0.8.1" }
fastrand = "1.8"
pyo3 = { version = "0.19.0", optional = true }