aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-10-03 10:33:37 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-10-03 10:33:37 +0200
commit7a625ef3d8b7fec62222ad6e45f9e1560732ae7a (patch)
treed3d37fe03b9a2d49567f797f97925206ed3a172e /Cargo.toml
parentc8fd077e17f7a7147d6877f2343c82790b187bd2 (diff)
downloadglutin-7a625ef3d8b7fec62222ad6e45f9e1560732ae7a.tar.gz
glutin-7a625ef3d8b7fec62222ad6e45f9e1560732ae7a.zip
Remove the window feature entirely
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b474e77..bbdfcf0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"