rust-sdl2 v0.34 Release Notes

  • PR #962: โž• Added raw-window-handle support for Windows, Linux (X11 and Wayland) and macOS.

    PR #964: ๐Ÿ’ฅ Breaking change: Change joystick instance IDs from i32 to u32.

    PR #965: โž• Added invert method for Color, and added more Color names as constants.

    PR #968 Pass SDL2 include directories to sdl2-sys's dependant crates through DEP_SDL2_INCLUDE.

    PR #970 โž• Add Chunk::from_buffer in mixer.

    PR #976 ๐Ÿ›  Fix compilation with use-bingen feature.

    PR #977 Add cpuinfo::has_avx2 and cpuinfo::has_avx512f

    PR #982 ๐Ÿ‘Œ Support for loading Opus format in mixer.

    PR #980 ๐Ÿ›  Fix compilation on Windows.