0.2.2
Fixes
- Added null pointer checks in
Music::create_mus
. Attempting to use aMusic
value with a null pointer could lead to undefined behavior. Instead, this function panics if it could not load the music data from the slice. - Added
Music::try_create_mus
which does the same as above, but returns anOption<Music>
instead (None
if it could not load).
Enhancements
- [dos-like-sys] Update
dos-like
revision froma676ea74
to2bceb960
(2022-03-07).
Chores
- Updated CI linux jobs to update packages before installing SDL2 and libGLEW (#1)
Full Changelog: 0.2.1...0.2.2