Skip to content

Commit

Permalink
Publish v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 10, 2019
1 parent afa450f commit e383db4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Changes

## 0.1.9 (2019-03-10)

* Updated all dependencies.
* Added support for NV_ray_tracing (Jasper Bekkers and Nuno Subtil).
* Support glsl uniform sampler2D type (Paweł Grabarz).
* Removed unused dependency, and load_u32_data fix (Benjamin Saunders).

## 0.1.8 (2018-12-09)

* Removed get_code_size/get_code_slice in favour of get_code (lifetime safety)
* Numerous optimizations (excessive copies)
* Fixed some FFI memory crashes
* Removed get_code_size/get_code_slice in favour of get_code (lifetime safety).
* Numerous optimizations (excessive copies).
* Fixed some FFI memory crashes.

## 0.1.7 (2018-12-08)

* Rust 2018 Edition
* Rust 2018 Edition.

## 0.1.6 (2018-11-21)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirv-reflect"
version = "0.1.8"
version = "0.1.9"
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
2 changes: 1 addition & 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.8"
spirv-reflect = "0.1.9"
```

and add this to your crate root:
Expand Down

0 comments on commit e383db4

Please sign in to comment.