rust-sdl2 v0.32.2 Release Notes

  • PR #868: ➕ Added inplace operations for rect::Point.

    PR #827: ➕ Added 32-bit array pixelformats

    PR #824: Added controller::set_rumble and joystick::set_rumble, wrappers for SDL_GameControllerRumble and SDL_JoystickRumble respectively.

    PR #867: Added Window::opacity and Window::set_opacity, wrappers for SDL_GetWindowOpacity and SDL_SetWindowOpacity respectively. This bumps the minimum SDL2 version requirement from 2.0.4 to 2.0.5.