tcod
provides Rust bindings to libtcod -- a library for writing roguelikes.
Changes
- Fixed blank screen with SDL2 on Mojave macOS
- Added
Send
andClone
implementations forMap
- Fixed building issues on Rust 1.35
- Made
Color::new
aconst fn
tcod
provides Rust bindings to libtcod -- a library for writing roguelikes.
Send
and Clone
implementations for Map
Color::new
a const fn