why use a deprecated crate?
JulianWogersien opened this issue · 1 comments
JulianWogersien commented
under the basics section the ogl33 crate is mentioned which is deprecated.
why not use gl33 or a newer version of opengl (gl46 for example)?
Lokathor commented
You can send in a PR if you want, but even a new bindings crate will get you the same GL context.
I think in practice people will actually want to use glow
to cross between web/mobile/desktop