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 |
#626 in Graphics APIs
270,018 downloads per month
Used in 1,791 crates
(6 directly)
600KB
khronos_api
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 ofgl.xml
EGL_XML
: the contents ofegl.xml
WGL_XML
: the contents ofwgl.xml
GLX_XML
: the contents ofglx.xml
WEBGL_IDL
: the contents ofwebgl.idl
WEBGL2_IDL
: the contents ofwebgl2.idl
WEBGL_EXT_XML
: the contents of the WebGL extension XML files
Changelog
v1.0.0
- Initial release
- Documentation improvements