Skip to content

Commit

Permalink
Ready for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualritz committed Dec 28, 2020
1 parent b794271 commit 76a0c4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polyhedron-ops"
version = "0.2.1"
version = "0.2.2"
authors = ["Moritz Moeller <virtualritz@gmail.com>"]
edition = "2018"
keywords = ["3d", "creative", "geometry", "graphics", "rendering"]
Expand All @@ -25,7 +25,7 @@ rayon = "1.5.0"
ultraviolet = { version = "0.7.5", features = [ "f64" ] }
# Optional deps.
# Add support to render polyhedra with NSI.
nsi = { version = "0.5.6", optional = true }
nsi = { version = "0.6.0", optional = true }
# Add support to convert a Polyhedron into a bevy Mesh.
bevy = { version = "0.4.0", optional = true }

Expand All @@ -50,7 +50,7 @@ name = "playground"
required-features = [ "obj" ]

[[example]]
path = "examples/bevy/main.rs"
path = "examples/bevy/bevy.rs"
name = "bevy"
required-features = [ "bevy" ]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In short: use at your own risk.

## Cargo Features

* `bevy`Add support for converting a polyhedron into a
* `bevy`Adds support for converting a polyhedron into a
[`bevy`](https://bevyengine.org/)
[`Mesh`](https://docs.rs/bevy/latest/bevy/render/mesh/struct.Mesh.html).

Expand Down
File renamed without changes.

0 comments on commit 76a0c4b

Please sign in to comment.