tetra 0.2.7

A simple 2D game framework written in Rust
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 = "tetra"
version = "0.2.7"
authors = ["Joe Clay <27cupsofcoffee@gmail.com>"]
description = "A simple 2D game framework written in Rust"
documentation = "https://docs.rs/tetra"
readme = "README.md"
keywords = ["game", "engine", "framework", "gamedev"]
categories = ["game-engines"]
license = "MIT"
repository = "https://github.com/17cupsofcoffee/tetra"
[dependencies.gl]
version = "0.11.0"

[dependencies.glm]
version = "0.2.0"
package = "nalgebra-glm"

[dependencies.glyph_brush]
version = "0.2.4"

[dependencies.hashbrown]
version = "0.1.8"

[dependencies.image]
version = "0.21.0"

[dependencies.rodio]
version = "0.8.1"

[dependencies.sdl2]
version = "0.32.1"
[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.rand_core]
version = "0.2.2"

[features]
sdl2_bundled = ["sdl2/bundled"]
sdl2_static_link = ["sdl2/static-link"]