sdl2 v2.1.3 Release Notes

Release Date: 2016-09-06 // over 7 years ago
    • ๐Ÿšš Cabal flag no-linear removes dependency on linear (and thus, transiently, lens). See SDL.Vect for details.
    • โœ‚ Remove 'lens' dependency from all examples.
    • โž• Add Cabal flag opengl-example to separate that target from examples, because it is now the only example with an extra dependency (OpenGL).
    • ๐Ÿ‘• Make hlint happy with examples.
    • โž• Add updateTexture wrapper for native SDL_UpdateTexture.
    • ๐Ÿ”ฆ Expose glGetDrawableSize (can differ from window size in some environments).
    • Correct hintToString output to match SDL hint tokens, rather than the names of the CPP macros defining them.
    • โœ‚ Removed ghc-options: -Wall until we drop support for GHC 7.8. (>1300 warnings!)
    • ๐Ÿ“š Various documentation updates.