Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Dec 9, 2017
1 parent 6157af0 commit 3de9127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midir"
version = "0.4.0"
version = "0.5.0"
authors = ["Patrick Reisert"]
description = "A cross-platform, realtime MIDI processing library, inspired by RtMidi."
repository = "https://github.com/Boddlnagg/midir"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Cross-platform, realtime MIDI processing in Rust.

A higher-level API for parsing and assembling MIDI messages might be added in the future.

## Example
Have a look at [`examples/test.rs`](examples/test.rs) and run it directly using `cargo run --example test`.
## Documentation & Example
API docs can be found at [docs.rs](https://docs.rs/crate/midir/). You can find some examples in the [`examples`](examples/) directory. Or simply run `cargo run --example test_play` after cloning this repository.

0 comments on commit 3de9127

Please sign in to comment.