Skip to content

Commit

Permalink
Bumped version and addded readme entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tbvanderwoude committed Aug 15, 2022
1 parent 27b8c01 commit cb70351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "grid_util"
version = "0.1.0"
version = "0.1.1"
authors = ["Thom van der Woude <[email protected]>"]
edition = "2021"
description = "Utilities and primitive constructs like Grid, Point, Rect, etc."
keywords = ["grid","utility","rectangle","point"]
categories = ["game-development","simulation"]
license = "MIT"
repository = "https://github.com/tbvanderwoude/grid_util"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit cb70351

Please sign in to comment.