Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

0.11.0

Compare
Choose a tag to compare
@tomassedovic tomassedovic released this 09 Mar 21:56
· 121 commits to master since this release

tcod provides Rust bindings to libtcod -- a library for writing roguelikes.

Breaking change

  • Renamed the serde feature to serialize. This was necessary because we needed two crates under the serde feature -- serde and serde_derive. But because a Cargo feature cannot have the same name as an existing dependency, we could not create a "serde" feature that would pull in both dependencies. Hence the rename.

Deprecation notice

  • The rustc-serialize feature is now deprecated and will be removed from the next release. To update, change your code to using the new serialization feature which uses Serde in the background

Other changes