From 8686c9535d3c0981a5bc6f654cb5c6d99d47c3c1 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Tue, 16 Aug 2022 02:32:57 +0100 Subject: [PATCH] Fix Cargo.toml links --- Cargo.toml | 5 +++-- README.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47e31e6..fd9740d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "micro_musicbox" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" authors = ["Louis Capitanchik <louis@microhacks.co.uk>"] -repository = "https://lab.lcr.gr/microhacks/micro_bevy_musicbox" +repository = "https://lab.lcr.gr/microhacks/micro-bevy-musicbox" +documentation = "https://docs.rs/micro_musicbox" description = "Opinionated service interface for bevy_kira_audio" [features] diff --git a/README.md b/README.md index fe9ea22..c84c940 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Play some tunes +[](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking) +[](https://crates.io/crates/micro_musicbox) +[](https://docs.rs/micro_musicbox) + ## What? This library provides a convenience wrapper around bevy_kira_audio, handling all the -- GitLab