summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-05-31 16:35:22 -0400
committerJakob L. Kreuze <jakob@memeware.net>2018-05-31 16:35:22 -0400
commite9bcaf405d4fa2cfbb0577bd40347576da8e7aed (patch)
treed5a54b4ba63bfc3dbb1e6a0a74e1244c2a43608d /README.md
parente9bf494370f26906f46427534344b774d5bcaa3e (diff)
Update metadata
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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