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

Commit 0ffa434

Browse files
authored
Merge pull request #293 from tomassedovic/release-0.15.0
Bump tcod to version 0.15.0 and tcod-sys to 5.0.1
2 parents 55c3812 + bf2b517 commit 0ffa434

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
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.14.0"
4+
version = "0.15.0"
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"
@@ -17,10 +17,14 @@ authors = ["Tomas Sedovic <[email protected]>",
1717
"Jared McFarland <[email protected]>",
1818
"Jonny Gilchrist (@jgilchrist)",
1919
"LaylConway <[email protected]>",
20+
"lucanLepus (@lucanLepus)",
2021
"Moredread <[email protected]>",
2122
"Nikita Pekin",
23+
"Niko Lepka @ElectricCoffee <[email protected]>",
24+
"Noah Ryan @nsmryan <[email protected]>",
2225
"Paul Sanford <[email protected]>",
23-
"Pranz <[email protected]>"]
26+
"Pranz <[email protected]>",
27+
"Zoltán Nagy @abesto <[email protected]>"]
2428

2529
[lib]
2630
name = "tcod"

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.14"
87+
tcod = "0.15"
8888
```
8989

9090
### Building on Linux

tcod_sys/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-sys"
33
description = "Raw FFI bindings & build script to link against libtcod."
4-
version = "5.0.0"
4+
version = "5.0.1"
55
license = "WTFPL"
66
homepage = "https://github.com/tomassedovic/tcod-rs"
77
repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"

0 commit comments

Comments
 (0)