piston_window 0.104.0

The official Piston window wrapper for the Piston game engine
# 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 = "piston_window"
version = "0.104.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "The official Piston window wrapper for the Piston game engine"
homepage = "https://github.com/pistondevelopers/piston_window"
documentation = "https://docs.rs/piston_window"
readme = "README.md"
keywords = ["window", "piston"]
license = "MIT"
repository = "https://github.com/pistondevelopers/piston_window.git"

[lib]
name = "piston_window"
path = "src/lib.rs"
[dependencies.gfx]
version = "0.17.1"

[dependencies.gfx_device_gl]
version = "0.15.0"

[dependencies.piston]
version = "0.49.0"

[dependencies.piston-texture]
version = "0.8.0"

[dependencies.piston2d-gfx_graphics]
version = "0.65.0"

[dependencies.piston2d-graphics]
version = "0.35.0"

[dependencies.pistoncore-glutin_window]
version = "0.63.0"
optional = true

[dependencies.shader_version]
version = "0.6.0"

[features]
default = ["glutin"]
glutin = ["pistoncore-glutin_window"]