[go: up one dir, main page]

glutin_glx_sys 0.1.1

The glx bindings for glutin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "glutin_glx_sys"
version = "0.1.1"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The glx bindings for glutin"
repository = "https://github.com/tomaka/glutin"
license = "Apache-2.0"
build = "build.rs"
edition = "2018"

[build-dependencies]
gl_generator = "0.10"

[dependencies]
libc = "0.2"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="netbsd", target_os="openbsd"))'.dependencies]
x11-dl = "2.18"