add macos with_disallow_hidpi (#1073)

* add macos with_disallow_hidpi

add CHANGELOG

* Always use stable rustfmt for CI. (#1074)

Signed-off-by: Hal Gentz <zegentzy@protonmail.com>

* add macos with_disallow_hidpi

add CHANGELOG
This commit is contained in:
t嘎 2019-07-29 16:07:36 +08:00 committed by Hal Gentz
parent 03f9e8fce0
commit f4e9bf51db
3 changed files with 21 additions and 6 deletions

View file

@ -2,6 +2,7 @@
- On macOS, drop the run closure on exit.
- On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates.
- On X11, fix delayed events after window redraw.
- On macOS, add `WindowBuilderExt::with_disallow_hidpi` to have the option to turn off best resolution openGL surface.
# 0.20.0 Alpha 2 (2019-07-09)