Releases: rust-windowing/keyboard-types
Releases · rust-windowing/keyboard-types
v0.8.0
Added
- Added
PartialOrd
andOrd
implementations: #52 - Added
Code::KeyboardBacklightToggle
: #57 - Improved documentation in a bunch of places (including adding documentation aliases/alternatives and fixing spelling errors).
- Added
#![no_std]
support: #69 - Added
KeyState::is_down
andKeyState::is_up
: #53
Changed
- BREAKING: Separate
Key
intoCharacter
andNamedKey
: #50 - Bumped MSRV to 1.61: #55
- Marked legacy modifier keys and codes as deprecated: #49
Removed
- BREAKING: Removed
Display
impl onCompositionState
: #54 - BREAKING: Removed
Display
impl onKeyState
: #53 - BREAKING: Removed
serde
andwebdriver
fromdefault
features: #67
Full Changelog: v0.7.0...v0.8.0