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 c202ae2 commit b470b1bCopy full SHA for b470b1b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vdb-rs"
3
-version = "0.4.0"
+version = "0.5.0"
4
edition = "2021"
5
authors = ["Traverse-Research <support@traverseresearch.nl>"]
6
description = "OpenVDB manipulation library."
README.md
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
20
21
```toml
22
[dependencies]
23
-vdb-rs = "0.4.0"
+vdb-rs = "0.5.0"
24
```
25
26
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