This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
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