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

#937 in Graphics APIs

Download history 2098/week @ 2023-11-25 1236/week @ 2023-12-02 1978/week @ 2023-12-09 2645/week @ 2023-12-16 1817/week @ 2023-12-23 1346/week @ 2023-12-30 2077/week @ 2024-01-06 2494/week @ 2024-01-13 2258/week @ 2024-01-20 1767/week @ 2024-01-27 1452/week @ 2024-02-03 2557/week @ 2024-02-10 3380/week @ 2024-02-17 2236/week @ 2024-02-24 2714/week @ 2024-03-02 1294/week @ 2024-03-09

9,913 downloads per month
Used in 137 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