Skip to content

v0.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@rhysd rhysd released this 06 Mar 16:11
· 56 commits to main since this release
  • BREAKING: KeyInput::new now takes Into<Mods> instead of Mods.
  • BREAKING: Implement FromIterator<Keybind> for Keybinds instead of KeybindDispatcher.
  • Add API documents to all the APIs. Read it on docs.rs.
  • Add KeybindDispatcher::into_keybinds.
  • Add Keybinds::take_dispatcher method.
  • Add the support for F21~F35 keys by iced and winit.