This commit is contained in:
Chris Tsang
2022-10-09 18:01:35 +08:00
parent ead104f0ce
commit 82284ab470
4 changed files with 54 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "vtracer"
version = "0.4.0"
version = "0.5.0"
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
edition = "2018"
description = "A cmd app to convert images into vector graphics."
@@ -13,5 +13,5 @@ keywords = ["svg", "computer-graphics"]
[dependencies]
clap = "2.33.3"
image = "0.23.10"
visioncortex = { version = "0.7.0", git = "https://github.com/visioncortex/visioncortex" }
visioncortex = { version = "0.8.0" }
fastrand = "1.8"