ggez 0.3.4

Rust library to create a Good Game Easily
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 = "ggez"
version = "0.3.4"
authors = ["Rafael Epplee <raffomania@gmail.com>", "Sven-Hendrik Haase <svenstaro@gmail.com>", "Simon Heath <icefoxen@gmail.com>"]
description = "Rust library to create a Good Game Easily"
homepage = "http://ggez.rs"
documentation = "https://docs.rs/ggez"
readme = "README.md"
keywords = ["ggez", "graphics", "2D", "game", "engine"]
categories = ["game-engines"]
license = "MIT"
repository = "https://github.com/ggez/ggez"
[profile.dev]
codegen-units = 4

[lib]
name = "ggez"
path = "src/lib.rs"
[dependencies.gfx]
version = "0.15"

[dependencies.gfx_window_sdl]
version = "0.6"

[dependencies.serde_derive]
version = "1.0"

[dependencies.lyon]
version = "0.4.1"

[dependencies.sdl2]
version = "0.29"

[dependencies.app_dirs]
version = "1.1"

[dependencies.rodio]
version = "0.5.1"

[dependencies.zip]
version = "0.1"

[dependencies.gfx_device_gl]
version = "0.14"

[dependencies.mint]
version = "0.4"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.rusttype]
version = "0.2"

[dependencies.toml]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.image]
version = "0.12"
[dev-dependencies.cgmath]
version = "0.14"

[features]
cargo-resource-root = []