piston_window 0.132.0

The official Piston window wrapper for the Piston game engine
Documentation
[dependencies.gfx]
version = "0.18.1"

[dependencies.gfx_device_gl]
version = "0.16.2"

[dependencies.piston]
version = "1.0.0"

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

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

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

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

[dependencies.shader_version]
version = "0.7.0"

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

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

[package]
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "The official Piston window wrapper for the Piston game engine"
documentation = "https://docs.rs/piston_window"
exclude = ["*.png"]
homepage = "https://github.com/pistondevelopers/piston_window"
keywords = ["window", "piston"]
license = "MIT"
name = "piston_window"
readme = "README.md"
repository = "https://github.com/pistondevelopers/piston_window.git"
version = "0.132.0"