Skip to content

0.2.2

Compare
Choose a tag to compare
@Enet4 Enet4 released this 17 Mar 20:16
· 43 commits to main since this release

Fixes

  • Added null pointer checks in Music::create_mus. Attempting to use a Music 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 an Option<Music> instead (None if it could not load).

Enhancements

  • [dos-like-sys] Update dos-like revision from a676ea74 to 2bceb960 (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