fmod 0.9.22

A rust binding for the FMOD library
Documentation
[package]
name = "fmod"
version = "0.9.22"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]

description = "A rust binding for the FMOD library"
repository = "https://github.com/GuillaumeGomez/rust-fmod"
documentation = "http://rust-ci.org/GuillaumeGomez/rust-fmod/doc/rfmod/"
readme = "README.md"
keywords = ["library", "sound", "3D", "fmod", "fmodex"]
license-file = "LICENSE.TXT"

[dependencies]
c_vec = "~1.0"
byteorder = "0.4.2"
libc = "0.2.6"

[lib]
name = "rfmod"
crate-type = ["dylib", "rlib"]