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

#425 in Graphics APIs

Download history 39174/week @ 2023-11-25 38158/week @ 2023-12-02 43747/week @ 2023-12-09 40047/week @ 2023-12-16 25824/week @ 2023-12-23 34131/week @ 2023-12-30 39366/week @ 2024-01-06 43665/week @ 2024-01-13 47705/week @ 2024-01-20 46135/week @ 2024-01-27 50313/week @ 2024-02-03 48568/week @ 2024-02-10 53063/week @ 2024-02-17 51909/week @ 2024-02-24 49407/week @ 2024-03-02 20658/week @ 2024-03-09

181,900 downloads per month
Used in 1,299 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