[package]
name = "gfx_window_glutin"
version = "0.20.0"
authors = ["The Gfx-rs Developers"]
description = "Glutin window for gfx-rs"
homepage = "https://github.com/gfx-rs/gfx"
documentation = "https://docs.rs/gfx_window_glutin"
readme = "README.md"
keywords = ["graphics", "gamedev"]
license = "Apache-2.0"
repository = "https://github.com/gfx-rs/gfx"
[lib]
name = "gfx_window_glutin"
[dependencies.gfx_core]
version = "0.8"
[dependencies.gfx_device_gl]
version = "0.15"
[dependencies.glutin]
version = "0.12"
[features]
headless = []