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

#588 in Graphics APIs

Download history 40123/week @ 2024-01-11 47937/week @ 2024-01-18 46319/week @ 2024-01-25 47539/week @ 2024-02-01 51014/week @ 2024-02-08 51108/week @ 2024-02-15 52149/week @ 2024-02-22 51049/week @ 2024-02-29 49593/week @ 2024-03-07 48306/week @ 2024-03-14 57285/week @ 2024-03-21 52703/week @ 2024-03-28 46888/week @ 2024-04-04 48085/week @ 2024-04-11 53216/week @ 2024-04-18 42152/week @ 2024-04-25

198,443 downloads per month
Used in 1,426 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