13 releases

Uses old Rust 2015

0.6.1 Feb 4, 2020
0.6.0 Apr 22, 2019
0.5.0 Feb 13, 2018
0.4.0 Dec 2, 2017
0.1.3 Mar 14, 2015

#953 in Graphics APIs

Download history 2358/week @ 2024-03-14 3004/week @ 2024-03-21 3096/week @ 2024-03-28 2886/week @ 2024-04-04 2877/week @ 2024-04-11 2803/week @ 2024-04-18 2969/week @ 2024-04-25 2435/week @ 2024-05-02 2527/week @ 2024-05-09 2650/week @ 2024-05-16 2856/week @ 2024-05-23 3065/week @ 2024-05-30 2639/week @ 2024-06-06 2229/week @ 2024-06-13 2501/week @ 2024-06-20 1951/week @ 2024-06-27

9,720 downloads per month
Used in 138 crates (3 directly)

Apache-2.0

6KB

gfx_gl

Build Status Crates.io

An OpenGL loader tailored to gfx-rs's needs.


lib.rs:

An OpenGL loader generated by gl-rs.

This is useful for directly accessing the underlying OpenGL API via the GlDevice::with_gl method. It is also used internally by the GlDevice implementation.

No runtime deps

~105KB