You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "svg2gcode"
|
|
version = "0.0.1"
|
|
authors = ["Sameer Puri <purisame@spuri.io>"]
|
|
edition = "2018"
|
|
description = "Convert paths in SVG files to GCode for a pen plotter"
|
|
|
|
[dependencies]
|
|
svgdom = "^0"
|
|
lyon_geom = "^0"
|
|
clap = "^2"
|
|
log = "^0"
|
|
env_logger = "^0" |