v0.0.8
Pre-release
Pre-release
- BREAKING:
KeyInput::new
now takesInto<Mods>
instead ofMods
. - BREAKING: Implement
FromIterator<Keybind>
forKeybinds
instead ofKeybindDispatcher
. - 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.