alsa-sys 0.0.4

Bindings for the ALSA project (Advanced Linux Sound Architecture)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "alsa-sys"
version = "0.0.4"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)"
license = "MIT"

[dependencies]
libc = "*"

[build-dependencies]
pkg-config = "^0.1.1"