- Now you can add extra fonts to load:
[fonts]
extras = [{ family = "Microsoft JhengHei" }]
- Added
ScrollLineUp
, ScrollLineDown
, ScrollHalfPageUp
, ScrollHalfPageDown
, ScrollToTop
and ScrollToBottom
to bindings.
- Fix japanese characters on Microsoft Windows (Ref: #266).
- Navigation fonts now use the CascadiaCode built-in font and cannot be changed.
- Proper select adapter with
is_srgb
filter check.
- Switched to queue rendering instead of use staging_belt.
- Fixed leaks whenever buffer dropped map callbacks.
- Forked and embedded glyph-brush project to sugarloaf. Glyph-brush was originally created Alex Butler and is licensed under Apache-2.0 license.
- Upgrate wgpu to 0.17.1.