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

Releases: tomassedovic/tcod-rs

0.4.3

18 Jan 22:54

Choose a tag to compare

  • Updated to a newer version of Rust: bitflags! moved from Rust to its own crate
  • Added example showing off the mouse interface
  • Moved mouse-specific functions to a separate module

0.4.2

14 Jan 12:06

Choose a tag to compare

Update to a newer version of Rust

  • Uses better closure syntax

0.4.1

14 Jan 12:05

Choose a tag to compare

Updated tcod-sys to a newer version of Rust using rust-bindgen

0.4.0

14 Jan 12:04

Choose a tag to compare

  • Added mouse support (mouse_show_cursor(), mouse_is_cursor_visible(), mouse_move() and sys_check_for_event())
  • Converted from using isize to i32 to conform with Rust best practices

0.3.3

14 Jan 12:02

Choose a tag to compare

Upgrade to a new version of Rust

  • Convert all int and uint values to the new isize and usize types
  • Use Box::new(value) instead of box value

0.3.2

14 Jan 12:00

Choose a tag to compare

Upgrade to a new version of Rust

  • Converts c_string conversions to use the new CString::from_slice method
  • Removes feature gates which became redundant

0.3.1

14 Jan 11:58

Choose a tag to compare

Initial crates.io release