aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-05-04 17:48:15 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-05-04 18:36:26 +0200
commit430ae43528c697ee8601ad0b7c3319e887ed0555 (patch)
treee26b24d10ceccdb3edee0ef26113764c9fa2aa0b /Cargo.toml
parente45e107d07159c844b87f4772aefe013c13b352f (diff)
downloadglutin-430ae43528c697ee8601ad0b7c3319e887ed0555.tar.gz
glutin-430ae43528c697ee8601ad0b7c3319e887ed0555.zip
Remove the "headless" feature entirely
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f21b9b..00c1a3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ build = "build.rs"
[features]
default = ["window"]
window = []
-headless = []
[dependencies]
gl_common = "*"