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

Commit

Permalink
Update tcod to 0.5.3 and tcod_sys to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassedovic committed Mar 30, 2015
1 parent a615b49 commit 7022988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tcod"
description = "The Rust bindings for the Doryen library (a.k.a. libtcod)."
version = "0.5.2"
version = "0.5.3"
homepage = "https://github.com/tomassedovic/tcod-rs"
repository = "https://github.com/tomassedovic/tcod-rs"
documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html"
Expand All @@ -27,7 +27,7 @@ libc = "0.1.2"

[dependencies.tcod-sys]
path = "tcod_sys"
version = "2.0.7"
version = "2.0.8"

[dev-dependencies]
rand = "0.2.1"
2 changes: 1 addition & 1 deletion tcod_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tcod-sys"
description = "Raw FFI bindings & build script to link against libtcod."
version = "2.0.7"
version = "2.0.8"
license = "WTFPL"
homepage = "https://github.com/tomassedovic/tcod-rs"
repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"
Expand Down

0 comments on commit 7022988

Please sign in to comment.