glx 0.2.6

GLX 1.4 bindings for Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "glx"
version = "0.2.6"
license = "MIT / Apache-2.0"
authors = ["Servo developers"]
description = "GLX 1.4 bindings for Linux"
documentation = "https://doc.servo.org/glx/"
build = "build.rs"
repository = "https://github.com/servo/rust-glx"

[build-dependencies]
gl_generator = "0.13"

[dependencies]
libc = "0.2"