From cdad8afe702de1baba9361ebab88210a6806a153 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 2 Oct 2022 19:59:21 +0100 Subject: [PATCH] Add some badges to the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index df80be43..578a72b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## Rust for the Game Boy Advance +[![Docs](https://docs.rs/agb/badge.svg)](https://docs.rs/agb/latest/agb) +[![Build](https://github.com/agbrs/agb/actions/workflows/build-and-test.yml/badge.svg?query=branch%3Amaster)](https://github.com/agbrs/agb/actions/workflows/build-and-test.yml) +[![Licence](https://img.shields.io/crates/l/agb)](https://www.mozilla.org/en-US/MPL/2.0/) +[![Crates.io](https://img.shields.io/crates/v/agb)](https://crates.io/crates/agb) + ![AGB logo](.github/logo.png) This is a library for making games on the Game Boy Advance using the Rust