Skip to content

Commit a2d634d

Browse files
committed
release 0.2.1 version
1 parent d394837 commit a2d634d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opensimplex_noise_rs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Mapet <[email protected]>"]
55
edition = "2018"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let value = noise_generator.eval_2d(x * scale, y * scale); // generates value in
1818
###### Just add this line to Cargo.toml file in your Rust project
1919
```toml
2020
[dependencies]
21-
opensimplex_noise_rs = "0.2.0"
21+
opensimplex_noise_rs = "0.2.1"
2222
```
2323
### Code Examples:
2424
- [2D Demo](https://github.com/Mapet13/opensimplex_noise_rust/tree/master/examples/demo/)

examples/demo_2d/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo_2d/output.png

118 Bytes
Loading

examples/demo_3d/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)