[package] name = "piston_window" version = "0.132.0" authors = ["bvssvni "] keywords = ["window", "piston"] description = "The official Piston window wrapper for the Piston game engine" license = "MIT" readme = "README.md" repository = "https://github.com/pistondevelopers/piston_window.git" homepage = "https://github.com/pistondevelopers/piston_window" documentation = "https://docs.rs/piston_window" exclude = ["*.png"] [lib] path = "src/lib.rs" name = "piston_window" [dependencies] gfx = "0.18.1" gfx_device_gl = "0.16.2" piston = "1.0.0" piston2d-gfx_graphics = "0.81.0" piston2d-graphics = "0.44.0" piston-texture = "0.9.0" shader_version = "0.7.0" pistoncore-glutin_window = {version = "0.72.0", optional = true} [features] default = ["glutin"] glutin = ["pistoncore-glutin_window"]