[build-dependencies]
gl_generator = "*"
[dependencies.gl_common]
gl_common = "*"
[features]
default = ["window"]
headless = []
window = []
[package]
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment."
documentation = "http://tomaka.github.io/glutin/"
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
name = "glutin"
readme = "README.md"
repository = "https://github.com/tomaka/glutin"
version = "0.0.3"
[target.i686-pc-windows-gnu.dependencies.winapi]
features = ["gdi32", "kernel32", "user32"]
version = "*"
[target.x86_64-pc-windows-gnu.dependencies.winapi]
features = ["gdi32", "kernel32", "user32"]
version = "*"