haskell-game / sdl2

Haskell bindings to the SDL2 library
Other
363 stars 86 forks source link

SDL 2.0.5 #154

Open matthewleon opened 7 years ago

matthewleon commented 7 years ago

There should probably be a new release that adds support/requires SDL 2.0.5, released back in 2016.

Most relevant additions from https://forums.libsdl.org/viewtopic.php?t=12160:

polarina commented 7 years ago

My recommendation is to ignore the release notes completely and do a diff on the SDL include headers between 2.0.4 and 2.0.5 to see what's missing and/or changed.

Experience tells me that they always forget to mention a number of changes.

ocharles commented 7 years ago

2.0.5 is in Ubuntu Zesty, not sure if we consider that too new or not.

MichaelMackus commented 4 years ago

The support of the "RGBA32" (and other similar) pixel format macros would be nice as well.