Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamkob12 committed Nov 1, 2023
1 parent 6056fad commit 7ae02dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_meshem"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
authors = ["Adam Kobzan <[email protected]>"]
description = "A crate that offers a flexible and efficient way to generate meshes from a grid of Voxels"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Greedy Meshing is even more effecient than Culling, but it makes very limiting c
- You know the drill - add this incantation to your project's Cargo.toml file:
```toml
[dependencies]
bevy_meshem = "0.2.4"
bevy_meshem = "0.2.5"
```

## Usage
Expand Down

0 comments on commit 7ae02dc

Please sign in to comment.