vorbis-sys 0.0.6

FFI for the libvorbis library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vorbis-sys"
description = "FFI for the libvorbis library"
license = "MIT"
version = "0.0.6"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "libvorbis/build.rs"
links = "vorbis"

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

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