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