Skip to content

Commit

Permalink
Published v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 30, 2019
1 parent 04d5087 commit 248fd7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## 0.2.1 (2019-03-29)

* Minor improvements.
* Updated all dependencies.

## 0.2.0 (2019-03-25)

* Fixed a crash when reflecting optimized SPIR-V which has no name descriptors (Walter Pearce).

## 0.1.9 (2019-03-10)

* Updated all dependencies.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirv-reflect"
version = "0.1.9"
version = "0.2.1"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Reflection API in rust for SPIR-V shader byte code, intended for Vulkan applications."
homepage = "https://github.com/gwihlidal/spirv-reflect-rs"
Expand Down Expand Up @@ -46,10 +46,10 @@ serde_derive = "1.0.89"
serde_yaml = "0.8.8"

[build-dependencies]
cc = { version = "1.0.30", features = ["parallel"] }
cc = { version = "1.0.32", features = ["parallel"] }

[build-dependencies.bindgen]
version = "0.48.1"
version = "0.49.0"
optional = true

[profile.release]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
spirv-reflect = "0.1.9"
spirv-reflect = "0.2.1"
```

and add this to your crate root:
Expand Down Expand Up @@ -73,6 +73,7 @@ at your option.
- [Benjamin Saunders](https://github.com/Ralith) (Contribution)
- [Nuno Subtil](https://github.com/nsubtil) (Contribution)
- [Paweł Grabarz](https://github.com/Frizi) (Contribution)
- [Walter Pearce](https://github.com/jaynus) (Contribution)

## Contribution

Expand Down

0 comments on commit 248fd7b

Please sign in to comment.