kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Various GL constants should be made 'const' #35

Closed kettle11 closed 3 years ago

kettle11 commented 3 years ago

The various constants here should be 'const': https://github.com/kettle11/kapp/blob/c9f0b34f31d81b35deaef75f3aab36a7ad3da0bf/gl_context/src/windows/mod.rs#L545