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

#722 in Graphics APIs

Download history 63260/week @ 2024-11-08 63916/week @ 2024-11-15 62927/week @ 2024-11-22 67934/week @ 2024-11-29 64443/week @ 2024-12-06 66677/week @ 2024-12-13 52144/week @ 2024-12-20 48264/week @ 2024-12-27 67388/week @ 2025-01-03 80062/week @ 2025-01-10 77143/week @ 2025-01-17 77250/week @ 2025-01-24 94764/week @ 2025-01-31 100350/week @ 2025-02-07 45334/week @ 2025-02-14

253,412 downloads per month
Used in 2,187 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