glutin_glx_sys 0.1.8

The glx bindings for glutin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.gl_generator]
version = "0.14"

[package]
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
build = "build.rs"
description = "The glx bindings for glutin"
edition = "2018"
license = "Apache-2.0"
name = "glutin_glx_sys"
readme = "README.md"
repository = "https://github.com/rust-windowing/glutin"
version = "0.1.8"
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os=\"dragonfly\", target_os=\"netbsd\", target_os=\"openbsd\"))".dependencies.x11-dl]
version = "2.18.3"