Main changes
- Updated many dependencies - in particular the new winit release is a bit change.
- Fix some unsaftey issue in the handling of text - PR #746
- Added
Io::add_key_analog_event
for supporting analog key events such as gamepad sticks - PR #728 - Added
begin_popup_context_*
methods - PR #738 - Use correct alpha blending function (problem described here) - PR #756
- Minimum supported version of Rust (MSRV) is now 1.70 - PR #747
Automatic notes
What's Changed
- unsafety in text fix by @sanbox-irl in #746
- Require correct version of
cc
by @SkiFire13 in #744 - Update license field following SPDX 2.1 license expression standard by @frisoft in #737
- add support for adding analog key events by @adryzz in #728
- update memoffset version by @trickster in #726
- updating msrv by @sanbox-irl in #747
- Add functions
begin_popup_context_*
. by @rodrigorc in #738 - Updated winit, glutin and glium dependencies by @Rob2309 in #754
- fix: use correct alpha blending function by @Syndelis in #756
- Finally fixed dependency hell by @Rob2309 in #774
New Contributors
- @SkiFire13 made their first contribution in #744
- @frisoft made their first contribution in #737
- @adryzz made their first contribution in #728
- @trickster made their first contribution in #726
- @Syndelis made their first contribution in #756
Full Changelog: v0.11.0...v0.12.0