A new version of the Piston core is released and the ecosystem has been updated.
It is strongly recommended to use event traits to handle events. Use E: GenericEvent in generic code. When following this pattern this update will simply require a version bump in "Cargo.toml".
This release includes the following improvements:
Better lazy event loop
In some application modes that do...