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.

28 lines
567 B

[package]
name = "svg2gcode"
version = "0.0.2"
authors = ["Sameer Puri <crates@purisa.me>"]
edition = "2018"
description = "Convert paths in SVG files to GCode for a pen plotter, laser engraver, or other machine."
repository = "https://github.com/sameer/svg2gcode"
license = "MIT"
[dependencies]
g-code = ">= 0.2.4"
lyon_geom = ">= 0.17.2"
euclid = "0.22"
log = "0"
uom = "0.31.0"
roxmltree = "0"
svgtypes = "0"
paste = "1"
wasm-bindgen = { version = "0.2", optional = true }
[features]
wasmbind = [ "wasm-bindgen" ]
[dev-dependencies]
pretty_assertions = "0.6"