Skip to content

Commit fdf04ce

Browse files
committed
copy the readme of spirv-tools
1 parent 08e89f1 commit fdf04ce

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<div align="center">
2+
3+
# `🛠 spirv-tools`
4+
5+
This crate is an unofficial wrapper for [SPIR-V Tools], its primary use case is for the [rust-gpu] project.
6+
7+
[![Crates.io](https://img.shields.io/crates/v/spirv-tools.svg)](https://crates.io/crates/spirv-tools)
8+
[![Docs](https://docs.rs/spirv-tools/badge.svg)](https://docs.rs/spirv-tools)
9+
[![Build status](https://github.com/rust-gpu/spirv-tools-rs/workflows/CI/badge.svg)](https://github.com/rust-gpu/spirv-tools-rs/actions)
10+
11+
</div>
12+
13+
## Status
14+
15+
This is a very rough wrapper around the assembler, validator, and (most of the) optimizer tools available from [SPIR-V Tools], which is enough for the current needs of the [rust-gpu] project. See that project's code for more thorough usage examples.
16+
17+
## Contributing
18+
19+
[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](../CODE_OF_CONDUCT.md)
20+
21+
We welcome community contributions to this project.
22+
23+
## License
24+
25+
Licensed under either of
26+
27+
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
28+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
29+
30+
at your option.
31+
32+
### Contribution
33+
34+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
35+
36+
[SPIR-V Tools]: https://github.com/KhronosGroup/SPIRV-Tools
37+
[rust-gpu]: https://github.com/rust-gpu/rust-gpu

0 commit comments

Comments
 (0)