tomassedovic / quicksilver-roguelike

Template for a roguelike in Rust targeting desktop and the web
MIT License
172 stars 10 forks source link

Use Quicksilver's prelude #2

Closed tomassedovic closed 5 years ago

tomassedovic commented 5 years ago

Quicksilver now has a prelude module:

https://docs.rs/quicksilver/0.3.10/quicksilver/prelude/index.html

That should simplify the use statements in the text nicely.