[package]
name = "piston_window"
version = "0.72.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.piston]
version = "0.34.0"
[dependencies.pistoncore-glutin_window]
version = "0.40.0"
[dependencies.piston2d-gfx_graphics]
version = "0.45.0"
[dependencies.gfx]
version = "0.16.0"
[dependencies.piston-texture]
version = "0.6.0"
[dependencies.piston2d-graphics]
version = "0.23.0"
[dependencies.shader_version]
version = "0.3.0"
[dependencies.gfx_device_gl]
version = "0.14.0"