PistonDevelopers / glutin_window

A Piston window back-end using the Glutin library
MIT License
25 stars 40 forks source link

upgrade glutin #194

Closed mario-s closed 3 years ago

mario-s commented 3 years ago

The examples fail on macOS Big Sur (version 11.0.1) with

expected 'bool', found 'i8'

After an upgrade of glutin to version 0.26.0, and adopting one line of source code, it is also working on Big Sur.

This PR will integrate those small changes into the master.

But I'm not sure if I also have to update the version of this library.

bvssvni commented 3 years ago

Merging

bvssvni commented 3 years ago

Thanks!