ggez 0.5.1

A lightweight game framework for making 2D games with minimum friction, inspired by Love2D.
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]
edition = "2018"
name = "ggez"
version = "0.5.1"
authors = ["Rafael Epplee <raffomania@gmail.com>", "Sven-Hendrik Haase <svenstaro@gmail.com>", "Simon Heath <icefoxen@gmail.com>"]
build = "build.rs"
description = "A lightweight game framework for making 2D games with minimum friction, inspired by Love2D."
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"

[lib]
name = "ggez"
path = "src/lib.rs"
[dependencies.approx]
version = "0.3"

[dependencies.bitflags]
version = "1"

[dependencies.directories]
version = "2"

[dependencies.gfx]
version = "0.18"

[dependencies.gfx_core]
version = "0.9"

[dependencies.gfx_device_gl]
version = "0.16"

[dependencies.gfx_window_glutin]
version = "0.30"

[dependencies.gilrs]
version = "0.7"

[dependencies.glutin]
version = "0.20"

[dependencies.glyph_brush]
version = "0.5"

[dependencies.image]
version = "0.22"
features = ["gif_codec", "jpeg", "ico", "png_codec", "pnm", "tga", "tiff", "webp", "bmp", "dxt"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.lyon]
version = "0.13"

[dependencies.mint]
version = "0.5"

[dependencies.nalgebra]
version = "0.18"
features = ["mint"]

[dependencies.rodio]
version = "0.9"
features = ["flac", "vorbis", "wav"]
default-features = false

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.smart-default]
version = "0.5"

[dependencies.toml]
version = "0.5"

[dependencies.winit]
version = "0.19"

[dependencies.zip]
version = "0.5"
default-features = false
[dev-dependencies.cgmath]
version = "0.17"
features = ["mint"]

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.fern]
version = "0.5"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.skeptic]
version = "0.13"

[dev-dependencies.structopt]
version = "0.2"
[build-dependencies.skeptic]
version = "0.13"

[features]
bzip2 = ["zip/bzip2"]
c_dependencies = ["bzip2", "mp3"]
default = ["c_dependencies"]
mp3 = ["rodio/mp3"]
multithread-image-decoding = ["image/hdr", "image/jpeg_rayon"]
[badges.maintenance]
status = "passively-maintained"