gecko-dev/third_party/rust/khronos_api
Kartikaya Gupta 4d65661587 Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
MozReview-Commit-ID: A0PVWw50OX5

--HG--
extra : rebase_source : e245ddb3bda97e43425cbcb14367b406dd42ada8
2018-04-12 11:06:59 -04:00
..
api/xml Bug 1418315 - Re-vendor third-party rust libraries. r=nical 2017-11-21 10:44:27 -05:00
api_egl/api Bug 1418315 - Re-vendor third-party rust libraries. r=nical 2017-11-21 10:44:27 -05:00
api_webgl Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00
src Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00
.cargo-checksum.json Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00
Cargo.toml Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00
README.md Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00
build.rs Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00

README.md

khronos_api

Version License Downloads

The Khronos XML API Registry, exposed as byte string constants.

[build-dependencies]
khronos_api = "1.0.0"

The following constants are provided:

  • GL_XML: the contents of gl.xml
  • EGL_XML: the contents of egl.xml
  • WGL_XML: the contents of wgl.xml
  • GLX_XML: the contents of glx.xml
  • WEBGL_IDL: the contents of webgl.idl
  • WEBGL2_IDL: the contents of webgl2.idl
  • WEBGL_EXT_XML: the contents of the WebGL extension XML files

Changelog

v1.0.0

  • Initial release
  • Documentation improvements