gecko-dev/third_party/rust/khronos_api
WR Updater Bot 1ebc3a00ee Bug 1510379 - Re-vendor rust dependencies. r=kats
Depends on D13115

Differential Revision: https://phabricator.services.mozilla.com/D13116

--HG--
rename : third_party/rust/khronos_api/api_webgl/extensions/WEBGL_compressed_texture_atc/extension.xml => third_party/rust/khronos_api/api_webgl/extensions/rejected/WEBGL_compressed_texture_atc/extension.xml
rename : third_party/rust/khronos_api/api_webgl/extensions/WEBGL_get_buffer_sub_data_async/extension.xml => third_party/rust/khronos_api/api_webgl/extensions/rejected/WEBGL_get_buffer_sub_data_async/extension.xml
rename : third_party/rust/khronos_api/api_webgl/extensions/WEBGL_shared_resources/extension.xml => third_party/rust/khronos_api/api_webgl/extensions/rejected/WEBGL_shared_resources/extension.xml
extra : moz-landing-system : lando
2018-11-27 19:30:19 +00:00
..
api/xml Bug 1510379 - Re-vendor rust dependencies. r=kats 2018-11-27 19:30:19 +00:00
api_egl/api Bug 1510379 - Re-vendor rust dependencies. r=kats 2018-11-27 19:30:19 +00:00
api_webgl Bug 1510379 - Re-vendor rust dependencies. r=kats 2018-11-27 19:30:19 +00: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 1510379 - Re-vendor rust dependencies. r=kats 2018-11-27 19:30:19 +00:00
Cargo.toml Bug 1510379 - Re-vendor rust dependencies. r=kats 2018-11-27 19:30:19 +00: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 1510379 - Re-vendor rust dependencies. r=kats 2018-11-27 19:30:19 +00: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