dpc / rhex

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

Remove almost all feature gates #8

Closed steveklabnik closed 8 years ago

steveklabnik commented 8 years ago

1) libc should be from crates.io, not the compiler internal version 2) you don't need core::str::StrExt to be imported

Part of #6