quicksilver 0.1.1

A simple game framework for 2D games in pure 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]
name = "quicksilver"
version = "0.1.1"
authors = ["Ryan Goldstein <ryanisaacg@gmail.com>"]
description = "A simple game framework for 2D games in pure Rust"
readme = "README.md"
keywords = ["game", "audio", "graphics", "gamedev"]
categories = ["game-engines"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ryanisaacg/quicksilver"
[dependencies.gl]
version = "0.9"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin]
version = "0.12"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.image]
version = "0.18"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
version = "0.4.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rodio]
version = "0.5"
[badges.codecov]
repository = "https://codecov.io/gh/ryanisaacg/quicksilver/branch/master/"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "ryanisaacg/quicksilver"