buttons 0.7.1

A simple API for storing and querying input state.
Documentation
1
2
3
4
5
# TODO

- [ ] Do we use traits or not??
    - Yeah: two main types `KeyboardLike { type Key, type Mods }` and implementing type `Keyboard<Key, Mods>`
    - Only breaking change _should_ be type names, and a need to import the traits (which can be in a prelude)