[package] name = "gl" version = "0.14.0" authors = [ "Brendan Zabarauskas ", "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.14.0", path = "../gl_generator" } [dev-dependencies] glutin = "0.21.0"