gecko-dev/third_party/rust/x11/build.rs

10 строки
208 B
Rust

// x11-rs: Rust bindings for X11 libraries
// The X11 libraries are available under the MIT license.
// These bindings are public domain.
extern crate metadeps;
fn main () {
metadeps::probe().unwrap();
}