hate 0.1.0

Häte2d (Hate2d) is a simple 2d game engine
Documentation
# 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 = "hate"
version = "0.1.0"
authors = ["Andrey Lesnikov <ozkriff@gmail.com>"]
description = "Häte2d (Hate2d) is a simple 2d game engine"
keywords = ["graphics", "gamedev", "2D", "game", "engine"]
categories = ["game-engines"]
license = "MIT OR Apache-2.0"
[dependencies.gfx_device_gl]
version = "0.14"

[dependencies.gfx_window_glutin]
version = "0.16"

[dependencies.gfx]
version = "0.16"

[dependencies.gfx_core]
version = "0.7"

[dependencies.glutin]
version = "0.8"

[dependencies.cgmath]
version = "0.14"

[dependencies.png]
version = "0.8"

[dependencies.rusttype]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.rand]
version = "0.3"

[dependencies.serde_derive]
version = "1.0"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0.2"