aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-05-06 16:56:20 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-05-06 16:56:20 +0200
commit2d97e0380feb90aa802bc1e56aad0936eda8cc81 (patch)
treefa048fdf0625a766d7f624db02234f984a6fd565 /Cargo.toml
parent9d6482e636443a1c599976a6d8f588df5b5b6699 (diff)
parent430ae43528c697ee8601ad0b7c3319e887ed0555 (diff)
downloadglutin-2d97e0380feb90aa802bc1e56aad0936eda8cc81.tar.gz
glutin-2d97e0380feb90aa802bc1e56aad0936eda8cc81.zip
Merge pull request #429 from tomaka/remove-headless
[Breaking change] 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 c73b81d..50f067f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ build = "build.rs"
[features]
default = ["window"]
window = []
-headless = []
[dependencies]
gl_common = "*"