Skip to content

Commit 8978a26

Browse files
committed
Fix -sys README
1 parent 293e95f commit 8978a26

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

spirv-tools-sys/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
# `🛠 spirv-tools-sys`
44

5-
[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)
6-
[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)
75
[![Crates.io](https://img.shields.io/crates/v/spirv-tools-sys.svg)](https://crates.io/crates/spirv-tools-sys)
86
[![Docs](https://docs.rs/spirv-tools-sys/badge.svg)](https://docs.rs/spirv-tools-sys)
9-
[![dependency status](https://deps.rs/repo/github/EmbarkStudios/spirv-tools-sys/status.svg)](https://deps.rs/repo/github/EmbarkStudios/spirv-tools)
10-
[![Build status](https://github.com/EmbarkStudios/spirv-tools-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/spirv-tools-rs/actions)
7+
[![Build status](https://github.com/rust-gpu/spirv-tools-rs/workflows/CI/badge.svg)](https://github.com/rust-gpu/spirv-tools-rs/actions)
118

129
This crate is an unofficial wrapper for [SPIR-V Tools], its primary use case is for the [rust-gpu] project.
1310

@@ -23,8 +20,6 @@ This is a very rough wrapper around the assembler, validator, and (most of the)
2320

2421
We welcome community contributions to this project.
2522

26-
Please read our [Contributor Guide](../CONTRIBUTING.md) for more information on how to get started.
27-
2823
## License
2924

3025
Apache License, Version 2.0, ([LICENSE-APACHE](spirv-tools/LICENSE) or <http://www.apache.org/licenses/LICENSE-2.0>)
@@ -34,4 +29,4 @@ Apache License, Version 2.0, ([LICENSE-APACHE](spirv-tools/LICENSE) or <http://w
3429
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 licensed as above, without any additional terms or conditions.
3530

3631
[SPIR-V Tools]: https://github.com/KhronosGroup/SPIRV-Tools
37-
[rust-gpu]: https://github.com/EmbarkStudios/rust-gpu
32+
[rust-gpu]: https://github.com/rust-gpu/rust-gpu

0 commit comments

Comments
 (0)