ao-sys 0.1.0

The package provides bindings to ao.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ao-sys"
version = "0.1.0"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides bindings to ao."
documentation = "https://docs.rs/ao-sys"
homepage = "https://github.com/stainless-steel/ao-sys"
repository = "https://github.com/stainless-steel/ao-sys"
build = "build.rs"
links = "ao"

[dependencies]
libc = "0.2"

[build-dependencies]
pkg-config = "0.3"