| Crates.io | gl11 |
| lib.rs | gl11 |
| version | 0.1.1 |
| created_at | 2023-05-24 22:12:41.408658+00 |
| updated_at | 2023-05-25 01:32:45.46375+00 |
| description | OpenGL 1.1 bindings, based on gl-rs |
| homepage | https://github.com/Kmschr/gl11 |
| repository | https://github.com/Kmschr/gl11.git |
| max_upload_size | |
| id | 873795 |
| size | 20,490 |
Uses gl_generator to create OpenGL 1.1 bindings
[dependencies]
gl11 = "0.1"
Usage is similar to the gl crate, but with OpenGL 1.1 functions.
Check out the example on how to draw a triangle with GLFW