dpc / rhex

ASCII terminal hexagonal map roguelike written in Rust
154 stars 18 forks source link

Optimize game/item random #5

Closed serprex closed 8 years ago

serprex commented 8 years ago

Might need a using on some traits, I'm still a bit new with Rust & can't build because this depends on unstable

dpc commented 8 years ago

Please see: https://travis-ci.org/dpc/rhex/jobs/103865815

Something is missing use <the trait you're trying to use> I believe. I advise you to install "multirust", then run multirust default nightly if that what you mean by problems with unstable.

And thanks for PR! I'm actively looking for people interested in working on rhex. :)

serprex commented 8 years ago

I've committed a fix

It may be wise to use stable if you're seeking contributors

dpc commented 8 years ago

You're right. #6

dpc commented 8 years ago

Thank you for fix!