smithay-client-toolkit 0.15.4

Toolkit for making client wayland applications.
Documentation
1
2
3
4
5
6
extern crate pkg_config;

fn main() {
    #[cfg(not(feature = "dlopen"))]
    pkg_config::Config::new().find("xkbcommon").unwrap();
}