The first commit following this tutorial. My plan was to commit and push after each section, but I've already done two. Ooops. I'll be better from here on out, I promise.
65 lines
1.6 KiB
TOML
65 lines
1.6 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a6577517ecd0ee0934f48a7295a89aaef3e6dfafeac404f94c0b3448518ddfe"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.152"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
|
|
|
|
[[package]]
|
|
name = "roguelike"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"tcod",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tcod"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44e518b0661949712e8dbc6d6d9d7c00a405dd88bc539102c1edfc2d22e5e144"
|
|
dependencies = [
|
|
"bitflags",
|
|
"lazy_static",
|
|
"tcod-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tcod-sys"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "730fb27d2261f7c860ae7a61c3ae70277f0836173ceeccb594193abb4fa5f4aa"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
]
|