[package] name = "pistoncore-glutin_window" version = "0.72.0" authors = ["bvssvni "] 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.13.0" glutin = "0.30.6" winit = "0.28.1" glutin-winit = "0.3.0" raw-window-handle = "0.5.0" pistoncore-input = "1.0.0" pistoncore-window = "1.0.0" shader_version = "0.7.0"