Skip to content

Commit

Permalink
try to add those nifty badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalsom committed Jul 1, 2024
1 parent c867cea commit 7c033f6
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# opl3-rs
opl3-rs
=======

`opl3-rs` is a small library to provide bindings for the [Nuked-OPL3 library](https://github.com/nukeykt/Nuked-OPL3).
A small library to provide bindings for the [Nuked-OPL3 library](https://github.com/nukeykt/Nuked-OPL3).

[![Crates.io version][crate-img]][crate]
[![Changelog][changelog-img]](CHANGELOG.md)
[![Documentation][docs-img]][docs]

# Usage

Expand All @@ -23,4 +28,14 @@ This example uses the rodio library for audio playback and crossbeam channels fo

[Nuked-OPL3](https://github.com/nukeykt/Nuked-OPL3) is (C) 2013-2020 Nuke.YKT and licensed under LGPL 2.1

play_tune example based off code by Maarten Janssen and Peter De Wachter.
play_tune example based off code by Maarten Janssen and Peter De Wachter.

[crate]: https://crates.io/crates/opl3-rs

[crate-img]: https://img.shields.io/crates/v/opl3-rs.svg

[changelog-img]: https://img.shields.io/badge/changelog-online-blue.svg

[docs]: https://docs.rs/opl3-rs

[docs-img]: https://img.shields.io/badge/docs-online-blue.svg

0 comments on commit 7c033f6

Please sign in to comment.