mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 01:26:12 -08:00
17 lines
477 B
TOML
17 lines
477 B
TOML
[package]
|
|
name = "vtracer"
|
|
version = "0.5.0"
|
|
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
|
|
edition = "2018"
|
|
description = "A cmd app to convert images into vector graphics."
|
|
license = "MIT OR Apache-2.0"
|
|
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 = { version = "0.8.0" }
|
|
fastrand = "1.8" |