Documentation
[package]
name = "gl"
version = "0.13.0"
authors = [
    "Brendan Zabarauskas <bjzaba@yahoo.com.au>",
    "Corey Richardson",
    "Arseny Kapoulkine",
]
description = "OpenGL bindings"
license = "Apache-2.0"
build = "build.rs"
documentation = "https://docs.rs/gl"
homepage = "https://github.com/brendanzab/gl-rs/"
repository = "https://github.com/brendanzab/gl-rs/"
readme = "README.md"
categories = ["api-bindings", "rendering::graphics-api"]
keywords = ["gl", "egl", "opengl", "khronos"]

[build-dependencies]
gl_generator = { version = "0.13.0", path = "../gl_generator" }

[dev-dependencies]
glutin = "0.19.0"