Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed May 13, 2023
1 parent f06203e commit c4c6874
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rspirv-reflect"
version = "0.7.0"
version = "0.8.0"
description = "Simple descriptor reflection library for SPIR-V"
authors = ["Traverse Research <[email protected]>"]
edition = "2018"
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ This is a minimal dependency, SPIR-V reflection library written in rust. It uses

```toml
[dependencies]
rspirv-reflect = "0.7.0"
rspirv-reflect = "0.8.0"
```

### License
## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](../master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](../master/LICENSE-MIT) or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0, ([LICENSE-APACHE](../master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](../master/LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

### Alternative libraries
## Alternative libraries

* [SPIR-Q](https://github.com/PENGUINLIONG/spirq-rs)
* [spirv-reflect-rs](https://github.com/gwihlidal/spirv-reflect-rs)
* [spirv_cross](https://github.com/grovesNL/spirv_cross)
- [SPIR-Q](https://github.com/PENGUINLIONG/spirq-rs)
- [spirv-reflect-rs](https://github.com/gwihlidal/spirv-reflect-rs)
- [spirv_cross](https://github.com/grovesNL/spirv_cross)

### Contribution
## Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
Expand Down

0 comments on commit c4c6874

Please sign in to comment.