All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced
no_std
feature withstd
feature, selected by defaultno_std
environments are now built by settingdefault-features = false
- Added new
sdl
feature for building SDL2 without bundling- Included by
bundled
, so only one or the other needs to be selected
- Included by
- Better fix for macOS builds
- Pin SDL2 for macOS compatibility
- Support multi-character SDL text input
- Change Rust edition from 2015 to 2018
- Change
Color
fromrepr(packed)
torepr(transparent)
- Fix compiling against wayland > 1.20.0
- Web support
- Add sdl2 bundled and static feature
- Add HiDPi support for sdl2 sys
- Add DropEvent (file | text) for sdl2 sys
- Add raw-window-handle implementation for sdl2
- Add TextInputEvent