Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / third_party / rust / gl_generator / Cargo.toml
blob88c6a85a9ba9126d1c386f4ee66c6b956b998437
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "gl_generator"
15 version = "0.14.0"
16 authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", "Corey Richardson", "Arseny Kapoulkine"]
17 description = "Code generators for creating bindings to the Khronos OpenGL APIs."
18 homepage = "https://github.com/brendanzab/gl-rs/"
19 documentation = "https://docs.rs/gl_generator"
20 readme = "README.md"
21 keywords = ["gl", "egl", "opengl", "khronos"]
22 categories = ["api-bindings", "rendering::graphics-api"]
23 license = "Apache-2.0"
24 repository = "https://github.com/brendanzab/gl-rs/"
26 [lib]
27 name = "gl_generator"
28 path = "lib.rs"
29 [dependencies.khronos_api]
30 version = "3.1.0"
32 [dependencies.log]
33 version = "0.4"
35 [dependencies.xml-rs]
36 version = "0.8"
38 [features]
39 unstable_generator_utils = []