1[package]
2name = "gl_generator"
3version = "0.14.0"
4authors = [
5 "Brendan Zabarauskas <bjzaba@yahoo.com.au>",
6 "Corey Richardson",
7 "Arseny Kapoulkine",
8]
9description = "Code generators for creating bindings to the Khronos OpenGL APIs."
10license = "Apache-2.0"
11documentation = "https://docs.rs/gl_generator"
12homepage = "https://github.com/brendanzab/gl-rs/"
13repository = "https://github.com/brendanzab/gl-rs/"
14readme = "README.md"
15categories = ["api-bindings", "rendering::graphics-api"]
16keywords = ["gl", "egl", "opengl", "khronos"]
17
18[lib]
19name = "gl_generator"
20path = "lib.rs"
21
22[features]
23unstable_generator_utils = []
24
25[dependencies]
26khronos_api = { version = "3.1.0", path = "../khronos_api" }
27log = "0.4"
28xml-rs = "0.8"
29