#gl #egl #opengl #khronos

build khronos_api

The Khronos XML API Registry, exposed as byte string constants

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

#450 in Graphics APIs

Download history 20240/week @ 2022-12-01 23719/week @ 2022-12-08 19839/week @ 2022-12-15 16402/week @ 2022-12-22 17286/week @ 2022-12-29 17492/week @ 2023-01-05 19081/week @ 2023-01-12 21993/week @ 2023-01-19 23114/week @ 2023-01-26 24623/week @ 2023-02-02 21905/week @ 2023-02-09 25261/week @ 2023-02-16 29004/week @ 2023-02-23 22944/week @ 2023-03-02 26401/week @ 2023-03-09 24502/week @ 2023-03-16

106,771 downloads per month
Used in 773 crates (5 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