Releases: rust-windowing/keyboard-types
Releases · rust-windowing/keyboard-types
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Added
- Added
PartialOrdandOrdimplementations: #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_downandKeyState::is_up: #53
Changed
- BREAKING: Separate
KeyintoCharacterandNamedKey: #50 - Bumped MSRV to 1.61: #55
- Marked legacy modifier keys and codes as deprecated: #49
Removed
- BREAKING: Removed
Displayimpl onCompositionState: #54 - BREAKING: Removed
Displayimpl onKeyState: #53 - BREAKING: Removed
serdeandwebdriverfromdefaultfeatures: #67
Full Changelog: v0.7.0...v0.8.0