winmm-sys 0.0.2

FFI bindings to winmm.
Documentation
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
fn main() {
    println!("cargo:rustc-flags=-l winmm");
}