Skip to content

Commit

Permalink
bump cli & web
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Aug 8, 2024
1 parent b2629e4 commit 8e9acdd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "svg2gcode-cli"
version = "0.0.14"
version = "0.0.15"
authors = ["Sameer Puri <crates@purisa.me>"]
edition = "2021"
description = "Command line interface for svg2gcode"
repository = "https://github.com/sameer/svg2gcode"
license = "MIT"

[dependencies]
svg2gcode = { version = "0.3.1", features = ["serde"] }
svg2gcode = { version = "0.3.2", features = ["serde"] }
env_logger = { version = "0", default-features = false, features = [
"atty",
"termcolor",
Expand Down
4 changes: 2 additions & 2 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.15"
version = "0.0.16"
authors = ["Sameer Puri <crates@purisa.me>"]
edition = "2021"
description = "Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines"
Expand All @@ -10,7 +10,7 @@ license = "MIT"

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

0 comments on commit 8e9acdd

Please sign in to comment.