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

#987 in Graphics APIs

Download history 114299/week @ 2025-03-10 116823/week @ 2025-03-17 109060/week @ 2025-03-24 104697/week @ 2025-03-31 114317/week @ 2025-04-07 123576/week @ 2025-04-14 146830/week @ 2025-04-21 152978/week @ 2025-04-28 158216/week @ 2025-05-05 144367/week @ 2025-05-12 144498/week @ 2025-05-19 132909/week @ 2025-05-26 156844/week @ 2025-06-02 150301/week @ 2025-06-09 136525/week @ 2025-06-16 126588/week @ 2025-06-23

578,589 downloads per month
Used in 2,343 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