rust_minifb/CHANGELOG.md

12 lines
251 B
Markdown
Raw Normal View History

2016-01-30 06:16:00 +11:00
# Changelog
This project follows semantic versioning.
### v0.3.0 (2016-01-29)
- [added] get_mouse_pos
- [added] get_mouse_down
- [added] get_scroll_wheel
This relase adds support for mouse input. See the documentation and the examples for usage