-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove axis from the API * Expand the lattice API a little bit * Use clap's derive API * Fix docs * Extract that as a variable * Remove unused extern crate. * Increase the version
- Loading branch information
1 parent
ae71f23
commit 8521f88
Showing
10 changed files
with
305 additions
and
338 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,6 +1,6 @@ | ||
[package] | ||
name = "vegas-lattice" | ||
version = "0.7.1" | ||
version = "0.8.0" | ||
authors = ["Oscar David Arbeláez Echeverri <[email protected]>"] | ||
description = "CLI and library to work with lattices" | ||
documentation = "https://docs.rs/vegas-lattice" | ||
|
@@ -17,5 +17,5 @@ serde_json = "1.0" | |
serde = { version = "1.0", features = ["derive"] } | ||
image = "0.24" | ||
rand = "0.8" | ||
clap = { version = "4.5.16", features = ["cargo"] } | ||
clap = { version = "4.5.16", features = ["cargo", "derive"] } | ||
thiserror = "1.0.63" |
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
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.