[package]
name = "pistoncore-glutin_window"
version = "0.4.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["glutin", "window", "piston"]
description = "A Piston window back-end using the Glutin library"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/glutin_window.git"
homepage = "https://github.com/pistondevelopers/glutin_window"
[lib]
name = "glutin_window"
path = "src/lib.rs"
[dependencies]
gl = "0.0.12"
glutin = "0.2.2"
pistoncore-input = "0.2.0"
pistoncore-window = "0.2.0"
shader_version = "0.1.0"