-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplification, addition of instruction, ...
much code has been simplified and checked for correctness, the instruction `G0` has been added
- Loading branch information
1 parent
406f0a0
commit 2fc9a74
Showing
9 changed files
with
349 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "gcodeplot" | ||
version = "0.3.1" | ||
authors = ["ludwig-austermann"] | ||
edition = "2018" | ||
version = "0.4.0" | ||
authors = ["Ludwig Austermann <github.com/ludwig-austermann/gcodeplot>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
nannou = "0.17.0" | ||
clap = "3.0.0-beta.2" | ||
pest = "2.1.3" | ||
pest_derive = "2.1" | ||
nannou = "0.18" | ||
clap = { version = "3.2", features = ["derive"] } | ||
pest = "2.3" | ||
pest_derive = "2.3" |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.