This website requires JavaScript.
Explore
Help
Register
Sign In
rob
/
cpal
Watch
1
Star
0
Fork
You've already forked cpal
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fddea2edd8
cpal
/
alsa-sys
/
build.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Rustup
2015-03-26 09:03:13 +00:00
extern
crate
pkg_config
;
Add alsa-sys library
2014-12-16 15:07:45 +00:00
fn
main
(
)
{
pkg_config
::
find_library
(
"
alsa
"
)
.
unwrap
(
)
;
}