We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559efc1 commit db38857Copy full SHA for db38857
CHANGELOG.MD
@@ -6,6 +6,10 @@ All notable changes to the `bevy voxel plot` crate will be documented in this fi
6
7
### Added:
8
9
+* ...
10
+
11
+# 2.2.0
12
13
* Assume voxel vertices are real world coordinates in shader.
14
15
# 2.0.1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy_voxel_plot"
3
-version = "2.1.0"
+version = "2.2.0"
4
edition = "2021"
5
authors = ["Linus Leo Stöckli"]
repository = "https://github.com/hacknus/bevy_voxel_plot"
0 commit comments