mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-04-13 21:51:48 -07:00
CMD app
This commit is contained in:
15
cmdapp/Cargo.toml
Normal file
15
cmdapp/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "vtracer"
|
||||
version = "0.1.0"
|
||||
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A cmd app to convert images into vector graphics."
|
||||
homepage = "http://www.visioncortex.org/vtracer"
|
||||
repository = "https://github.com/visioncortex/vtracer/"
|
||||
categories = ["graphics"]
|
||||
keywords = ["svg", "computer-graphics"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
image = "0.23.10"
|
||||
visioncortex = { path = "../visioncortex" }
|
||||
Reference in New Issue
Block a user