gl_generator 0.5.5

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

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

[features]
unstable_generator_utils = []

[dependencies]
khronos_api = { version = "1.0.1", path = "../khronos_api" }
log = "0.3.5"
xml-rs = "0.6.0"