tetra 0.2.20

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.20"
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.glow]
version = "0.2.1"

[dependencies.glyph_brush]
version = "0.5.3"

[dependencies.hashbrown]
version = "0.5.0"

[dependencies.image]
version = "0.21.2"

[dependencies.nalgebra-glm]
version = "0.4.0"

[dependencies.rodio]
version = "0.9.0"

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

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