rust-pushrod 0.1.2

Rust Pushrod GUI Library
# 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 = "rust-pushrod"
version = "0.1.2"
authors = ["Ken Suenobu <ksuenobu@fastmail.com>"]
exclude = ["src/window_test.rs"]
include = ["**/*.rs", "Cargo.toml"]
description = "Rust Pushrod GUI Library"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://www.github.com/KenSuenobu/rust-pushrod/"

[lib]
name = "pushrod"
path = "./src/lib.rs"

[[bin]]
name = "window_test"
path = "src/window_test.rs"
[dependencies.gfx_core]
version = "0.8.3"

[dependencies.gfx_device_gl]
version = "0.15.5"

[dependencies.piston2d-opengl_graphics]
version = "0.59.0"

[dependencies.piston_window]
version = "0.87.0"