mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
New badge configuration (#29)
This commit is contained in:
parent
c83689ecf6
commit
f8a59268e7
10
README.md
10
README.md
|
@ -1,9 +1,11 @@
|
||||||
# 🌋 ash-molten
|
# 🌋 ash-molten
|
||||||
|
|
||||||
[![Latest version](https://img.shields.io/crates/v/ash-molten.svg)](https://crates.io/crates/ash-molten)
|
[![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)
|
||||||
|
[![Crates.io](https://img.shields.io/crates/v/ash-molten.svg)](https://crates.io/crates/ash-molten)
|
||||||
[![Docs](https://docs.rs/ash-molten/badge.svg)](https://docs.rs/ash-molten)
|
[![Docs](https://docs.rs/ash-molten/badge.svg)](https://docs.rs/ash-molten)
|
||||||
[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
|
[![dependency status](https://deps.rs/repo/github/EmbarkStudios/ash-molten/status.svg)](https://deps.rs/repo/github/EmbarkStudios/ash-molten)
|
||||||
[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](http://embark.games)
|
[![Build status](https://github.com/EmbarkStudios/ash-molten/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/ash-molten/actions)
|
||||||
|
|
||||||
`ash-molten` is built on top of [ash](https://github.com/MaikKlein/ash) and exposes a new entry point to statically link with [MoltenVK](https://github.com/KhronosGroup/MoltenVK).
|
`ash-molten` is built on top of [ash](https://github.com/MaikKlein/ash) and exposes a new entry point to statically link with [MoltenVK](https://github.com/KhronosGroup/MoltenVK).
|
||||||
|
|
||||||
|
@ -63,6 +65,8 @@ To update the version of [MoltenVK](https://github.com/KhronosGroup/MoltenVK) us
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](../CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
We welcome community contributions to this project.
|
We welcome community contributions to this project.
|
||||||
|
|
||||||
Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.
|
Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.
|
||||||
|
|
Loading…
Reference in a new issue