coffee 0.1.1

An opinionated 2D game engine focused on simplicity, explicitness, and type-safety
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 = "coffee"
version = "0.1.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
exclude = ["images/*"]
description = "An opinionated 2D game engine focused on simplicity, explicitness, and type-safety"
documentation = "https://docs.rs/coffee"
readme = "README.md"
keywords = ["game", "engine", "2D", "graphics", "coffee"]
categories = ["game-engines"]
license = "MIT"
repository = "https://github.com/hecrj/coffee"
[package.metadata.docs.rs]
features = ["opengl", "debug"]
[dependencies.gfx]
version = "0.18"
optional = true

[dependencies.gfx_core]
version = "0.9"
optional = true

[dependencies.gfx_device_gl]
version = "0.16"
optional = true

[dependencies.gfx_glyph]
version = "0.14"
optional = true

[dependencies.gfx_window_glutin]
version = "0.30"
optional = true

[dependencies.gfx_winit]
version = "0.19"
optional = true
package = "winit"

[dependencies.glutin]
version = "0.20"
optional = true

[dependencies.image]
version = "0.21"

[dependencies.nalgebra]
version = "0.18"

[dependencies.wgpu]
version = "0.2"
optional = true
[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.rayon]
version = "1.0"

[features]
debug = []
default = []
dx11 = ["wgpu", "wgpu/dx11"]
dx12 = ["wgpu", "wgpu/dx12"]
metal = ["wgpu", "wgpu/metal"]
opengl = ["gfx", "gfx_core", "glutin", "gfx_device_gl", "gfx_window_glutin", "gfx_glyph", "gfx_winit"]
vulkan = ["wgpu", "wgpu/vulkan"]
[badges.maintenance]
status = "actively-developed"