This commit is contained in:
Chris Tsang
2022-10-09 17:57:59 +08:00
parent ead104f0ce
commit 82284ab470
4 changed files with 54 additions and 3 deletions

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"

View File

@@ -1,4 +1,4 @@
Copyright (c) 2020 Tsang Hao Fung
Copyright (c) 2022 Tsang Hao Fung
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated