dpc / rustyhex

Simple roguelike written in Rust language.
MIT License
93 stars 13 forks source link

Update to latest Rust #17

Closed beatgammit closed 10 years ago

beatgammit commented 10 years ago

I was getting compile errors in gl-rs, so I updated all deps and fixed compile errors.

I'm not sure if my change to src/ui/piston.rs:243 is correct, but the game seems to run and render well for me.

Let me know if there's anything you'd like me to fix!

dpc commented 10 years ago

Looks good to me. Thanks!