From e9bcaf405d4fa2cfbb0577bd40347576da8e7aed Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 31 May 2018 16:35:22 -0400 Subject: Update metadata --- Cargo.toml | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72750e1..ac7d214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,11 @@ members = [ name = "wildmidi" version = "0.1.0" authors = ["Jakob L. Kreuze "] + +description = "A simple wrapper around the WildMIDI software synthesizer library." +repository = "https://github.com/TsarFox/wildmidi" +license = "LGPL-3.0-or-later" + links = "WildMidi" build = "build.rs" diff --git a/README.md b/README.md index a53730d..0e04e8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is a light Rust wrapper around the WildMIDI software synthesizer library. +This is a simple Rust wrapper around the WildMIDI software synthesizer library. # Examples @@ -29,3 +29,4 @@ cargo test -- --test-threads=1 - [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 -- cgit v1.3