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

Commit 2acb8cb

Browse files
committed
Bump tcod to 0.12.1
1 parent e543973 commit 2acb8cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tcod"
33
description = "The Rust bindings for the Doryen library (a.k.a. libtcod)."
4-
version = "0.11.0"
4+
version = "0.12.1"
55
homepage = "https://github.com/tomassedovic/tcod-rs"
66
repository = "https://github.com/tomassedovic/tcod-rs"
77
documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To use `tcod-rs`, add this to your game's `Cargo.toml`:
8484

8585
```toml
8686
[dependencies]
87-
tcod = "0.11"
87+
tcod = "0.12"
8888
```
8989

9090
### Building on Linux

0 commit comments

Comments
 (0)