Skip to content

Commit

Permalink
cli & web v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Apr 6, 2024
1 parent 225574d commit 75f7cc2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 36 deletions.
46 changes: 16 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "svg2gcode-cli"
version = "0.0.9"
version = "0.0.10"
authors = ["Sameer Puri <[email protected]>"]
edition = "2021"
description = "Command line interface for svg2gcode"
repository = "https://github.com/sameer/svg2gcode"
license = "MIT"

[dependencies]
svg2gcode = { version = "0.2.0", features = ["serde"]}
svg2gcode = { version = "0.2.1", features = ["serde"]}
env_logger = { version = "0", default-features = false, features = ["atty", "termcolor", "humantime"] }
log = "0"
g-code = "0.3"
g-code = "0.4.2"
codespan-reporting = "0.11"
structopt = "0.3"
roxmltree = "0.19"
Expand Down
6 changes: 3 additions & 3 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svg2gcode-web"
version = "0.0.9"
version = "0.0.10"
authors = ["Sameer Puri <[email protected]>"]
edition = "2021"
description = "Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines"
Expand All @@ -10,9 +10,9 @@ license = "MIT"

[dependencies]
wasm-bindgen = "0.2"
svg2gcode = { version = "0.2.0", features = ["serde"] }
svg2gcode = { version = "0.2.1", features = ["serde"] }
roxmltree = "0.19"
g-code = "0.3"
g-code = "0.4.2"
codespan-reporting = "0.11"
codespan = "0.11"
serde = "1"
Expand Down

0 comments on commit 75f7cc2

Please sign in to comment.