[package]
name = "piston_window"
version = "0.69.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.piston2d-gfx_graphics]
version = "0.43.0"
[dependencies.piston-texture]
version = "0.5.0"
[dependencies.piston2d-graphics]
version = "0.21.0"
[dependencies.gfx_device_gl]
version = "0.14.0"
[dependencies.shader_version]
version = "0.2.0"
[dependencies.gfx]
version = "0.16.0"
[dependencies.pistoncore-glutin_window]
version = "0.38.0"
[dependencies.piston]
version = "0.32.0"