castle-game 0.1.22

2D destructible terrain strategy game
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "castle-game"
version = "0.1.22"
authors = ["Thomas Versteeg <thomasversteeg@gmx.com>"]
build = "build.rs"
description = "2D destructible terrain strategy game"
homepage = "https://github.com/tversteeg/castle-game"
readme = "README.md"
keywords = ["game", "2d", "destructible"]
categories = ["games"]
license = "GPL-3.0"
repository = "https://github.com/tversteeg/castle-game.git"
[dependencies.blit]
version = "0.4"

[dependencies.cgmath]
version = "0.16"

[dependencies.collision]
version = "0.14"

[dependencies.direct-gui]
version = "0.1"

[dependencies.line_drawing]
version = "0.7"

[dependencies.minifb]
version = "0.10"

[dependencies.rand]
version = "0.4"

[dependencies.specs]
version = "0.10"

[dependencies.specs-derive]
version = "0.1"
[build-dependencies.blit]
version = "0.4"

[build-dependencies.git2]
version = "0.6"

[build-dependencies.image]
version = "0.18"
[badges.travis-ci]
repository = "tversteeg/castle-game"