Remove the window feature entirely

This commit is contained in:
Pierre Krieger 2015-10-03 10:33:37 +02:00
parent c8fd077e17
commit 7a625ef3d8
8 changed files with 3 additions and 26 deletions

View file

@ -10,10 +10,6 @@ repository = "https://github.com/tomaka/glutin"
documentation = "https://tomaka.github.io/glutin/"
build = "build.rs"
[features]
default = ["window"]
window = []
[dependencies]
gl_common = "0.1.0"
lazy_static = "0.1.10"