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

#626 in Graphics APIs

Download history 63759/week @ 2024-06-20 64774/week @ 2024-06-27 59494/week @ 2024-07-04 65090/week @ 2024-07-11 66510/week @ 2024-07-18 58519/week @ 2024-07-25 55567/week @ 2024-08-01 75992/week @ 2024-08-08 60033/week @ 2024-08-15 61396/week @ 2024-08-22 62440/week @ 2024-08-29 64378/week @ 2024-09-05 65211/week @ 2024-09-12 64093/week @ 2024-09-19 72053/week @ 2024-09-26 59196/week @ 2024-10-03

270,018 downloads per month
Used in 1,791 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