rust-tutorials/learn-opengl

why use a deprecated crate?

JulianWogersien opened this issue · 1 comments

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)?

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