alto 0.2.4

Idiomatic interface for OpenAL 1.1 and extensions (EFX support is WIP)
Documentation
extern crate pkg_config;


fn main() {
	pkg_config::probe_library("openal").unwrap();
}