Skip to content

v0.6.0

Compare
Choose a tag to compare
@sayanarijit sayanarijit released this 04 Oct 04:17
· 22 commits to main since this release
  • BREAKING: Crossterm backend's to_input_request() now takes a reference instead of an owned event.
  • Added EventHandler trait in each backend to enable passing events directly to input.handle_event() instead of using to_input_request().
  • Updated dependencies.