We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecfbec commit ddcf2b5Copy full SHA for ddcf2b5
ChangeLog.md
@@ -1,10 +1,13 @@
1
2.1.3
2
=====
3
4
+* Cabal flag `no-linear` removes dependency on `linear` (and thus, transiently,
5
+ `lens`). See `SDL.Vect` for details.
6
+* Add `updateTexture` wrapper for native `SDL_UpdateTexture`.
7
* Expose `glGetDrawableSize` (can differ from window size in some environments).
8
* Correct `hintToString` output to match SDL hint tokens, rather than the names
9
of the CPP macros defining them.
-* Minor documentation updates
10
+* Various documentation updates
11
12
2.1.2.1
13
=======
0 commit comments