Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/pull_request_template.md

This file was deleted.

69 changes: 0 additions & 69 deletions CONTRIBUTING.md

This file was deleted.

20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<div align="center">

# `🛠 spirv-tools`

**Unofficial wrapper for [SPIR-V Tools], primarily for the [rust-gpu] project**

[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)
[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)
**Unofficial wrapper for [SPIR-V Tools], primarily for the [rust-gpu] project**

[![Crates.io](https://img.shields.io/crates/v/spirv-tools.svg)](https://crates.io/crates/spirv-tools)
[![Docs](https://docs.rs/spirv-tools/badge.svg)](https://docs.rs/spirv-tools)
[![dependency status](https://deps.rs/repo/github/EmbarkStudios/spirv-tools/status.svg)](https://deps.rs/repo/github/EmbarkStudios/spirv-tools)
[![Build status](https://github.com/EmbarkStudios/spirv-tools-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/spirv-tools-rs/actions)
[![Build status](https://github.com/rust-gpu/spirv-tools-rs/workflows/CI/badge.svg)](https://github.com/rust-gpu/spirv-tools-rs/actions)

</div>

Expand All @@ -19,18 +16,17 @@ This is a very rough wrapper around the assembler, validator, and (most of the)

## Contributing

[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Contributor
Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)

We welcome community contributions to this project.

Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.

## License

Licensed under either of

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

at your option.

Expand All @@ -39,4 +35,4 @@ at your option.
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.

[SPIR-V Tools]: https://github.com/KhronosGroup/SPIRV-Tools
[rust-gpu]: https://github.com/EmbarkStudios/rust-gpu
[rust-gpu]: https://github.com/rust-gpu/rust-gpu
Loading