We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc514b commit c6acf97Copy full SHA for c6acf97
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "intel_tex_2"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Traverse Research <opensource@traverseresearch.nl>", "Graham Wihlidal <graham@wihlidal.ca>"]
5
description = "Rust bindings for Intel's ISPC texture compressor."
6
homepage = "https://github.com/Traverse-Research/intel-tex-rs-2"
README.md
@@ -53,7 +53,7 @@ Add this to your `Cargo.toml`:
53
54
```toml
55
[dependencies]
56
-intel_tex_2 = "0.3.0"
+intel_tex_2 = "0.3.1"
57
```
58
59
## Example
0 commit comments