We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4ab98 commit 21b0ae9Copy full SHA for 21b0ae9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vdb-rs"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2021"
5
authors = ["Traverse-Research <support@traverseresearch.nl>"]
6
description = "OpenVDB manipulation library."
README.md
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
19
20
```toml
21
[dependencies]
22
-vdb-rs = "0.2.0"
+vdb-rs = "0.2.1"
23
```
24
25
This crate currently only supports VDB reading and parsing of a relatively large section of the VDB test assets, while it currently
0 commit comments