gl_generator 0.14.0

Code generators for creating bindings to the Khronos OpenGL APIs.
Documentation
[dependencies.khronos_api]
version = "3.1.0"

[dependencies.log]
version = "0.4"

[dependencies.xml-rs]
version = "0.8"

[features]
unstable_generator_utils = []

[lib]
name = "gl_generator"
path = "lib.rs"

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