You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a host of changes for bevy 0.5 and this PR upgrades the code
base to use them.
It also adds a few extra things:
* runs rustfmt
* runs clippy
* adds a Makefile for workflow convenience (i.e. just run `make`)
* Adds gitignores for ides
Fixesoctotep#7
The new API is different and causes required changes in bevy_crossterm.
The text was updated successfully, but these errors were encountered: