vorbis-sys 0.0.3

FFI for the libvorbis library
[package]
name = "vorbis-sys"
description = "FFI for the libvorbis library"
license = "MIT"
version = "0.0.3"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "libvorbis/build.rs"
links = "vorbis"

[dependencies]
ogg-sys = "*"
libc = "*"

[build-dependencies]
gcc = "*"
pkg-config = "*"