0.2.2
This release fixes design issues, some internal functions were exposed to the public API.
Textures.update and Textures.updateRec previously required the user to pass a raw Ptr[Byte]. Both functions now accept a plain Array[Byte].
Several internal functions in Drawing (useProgram, getProjectionPtr, getCustomProjLoc, getCustomColorLoc, getCustomTexLoc) were public despite being implementation details shared between internal renderers. These are now private[s2d] and no longer visible to users.
Full Changelog: 0.2.1...0.2.2