1[package]
2name = "glutin_glx_sys"
3version = "0.5.0"
4authors = ["Kirill Chibisov <contact@kchibisov.com>"]
5description = "The glx bindings for glutin"
6repository = "https://github.com/rust-windowing/glutin"
7license = "Apache-2.0"
8readme = "README.md"
9rust-version = "1.65.0"
10edition = "2021"
11
12[build-dependencies]
13gl_generator = "0.14"
14
15[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="netbsd", target_os="openbsd"))'.dependencies]
16x11-dl = "2.18.3"
17