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
e9856c07ed
cpal
/
alsa-sys
/
build.rs
6 lines
87 B
Rust
Raw
Blame
History
extern
crate
pkg_config
;
fn
main
(
)
{
pkg_config
::
find_library
(
"
alsa
"
)
.
unwrap
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink