14 releases (7 stable)

Uses old Rust 2015

3.1.0 Apr 1, 2019
3.0.0 Nov 4, 2018
2.2.0 Apr 1, 2018
2.1.0 Feb 3, 2018
0.0.3 Nov 21, 2014

#662 in Graphics APIs

Download history 59698/week @ 2024-08-05 73804/week @ 2024-08-12 58049/week @ 2024-08-19 64933/week @ 2024-08-26 64382/week @ 2024-09-02 61477/week @ 2024-09-09 64342/week @ 2024-09-16 70284/week @ 2024-09-23 69603/week @ 2024-09-30 68912/week @ 2024-10-07 69876/week @ 2024-10-14 70541/week @ 2024-10-21 72695/week @ 2024-10-28 76718/week @ 2024-11-04 60900/week @ 2024-11-11 58841/week @ 2024-11-18

274,409 downloads per month
Used in 1,912 crates (6 directly)

Apache-2.0

600KB

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

No runtime deps