gfx_gl 0.5.0

OpenGL bindings for gfx, based on gl-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "gfx_gl"
version = "0.5.0"
build = "build.rs"
description = "OpenGL bindings for gfx, based on gl-rs"
homepage = "https://github.com/gfx-rs/gfx_gl"
repository = "https://github.com/gfx-rs/gfx_gl.git"
license = "Apache-2.0"
authors = ["The Gfx-rs Developers"]

[lib]
name = "gfx_gl"
path = "src/lib.rs"

[build-dependencies]
gl_generator = "0.9"