vorbisfile-sys 0.0.2

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

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

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