bevy 0.1.0

A refreshingly simple data-driven game engine and app framework
Documentation
1
2
3
4
5
6
# Debugging

## Macro Debugging

* Print the final output of a macro using ```cargo rustc --profile=check -- -Zunstable-options --pretty=expanded```
* Print output during macro compilation using ```eprintln!("hi");```