From 59fca156a909dadf80c06ffd834719542702881d Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 26 Jan 2019 15:40:02 -0500 Subject: Clean up README for migration to sr.ht --- Cargo.toml | 4 ++-- README.md | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac7d214..5375c88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,11 @@ members = [ [package] name = "wildmidi" -version = "0.1.0" +version = "0.1.1" authors = ["Jakob L. Kreuze "] description = "A simple wrapper around the WildMIDI software synthesizer library." -repository = "https://github.com/TsarFox/wildmidi" +repository = "https://git.sr.ht/~jakob/wildmidi" license = "LGPL-3.0-or-later" links = "WildMidi" diff --git a/README.md b/README.md index 0e04e8b..6d98d10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ This is a simple Rust wrapper around the WildMIDI software synthesizer library. - # Examples Included in this repository is a binary project exposing a very basic MIDI @@ -12,7 +11,6 @@ $ cd examples/player/ $ cargo run D_E1A1.MID ``` - # Tests The WildMIDI C library maintains some global state, so tests should **not** be @@ -23,10 +21,9 @@ cargo-test as: cargo test -- --test-threads=1 ``` - # TODO - [x] Implement wrappers for WildMidi_GetInfo. - [ ] Implement wrappers for WildMidi_SetOption. - [ ] Valid MIDI blob for use in testing 'load' and the methods of 'Midi'. -- [ ] Compile the WildMIDI C library, or provide more sanity checking to ensure that it's present? \ No newline at end of file +- [ ] Compile the WildMIDI C library, or provide more sanity checking to ensure that it's present? -- cgit v1.3