aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-10-03 16:22:39 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-10-03 16:22:39 +0200
commit819c5f679b14376e4c89245e68880f40aff22039 (patch)
treed3d37fe03b9a2d49567f797f97925206ed3a172e /Cargo.toml
parentc8fd077e17f7a7147d6877f2343c82790b187bd2 (diff)
parent7a625ef3d8b7fec62222ad6e45f9e1560732ae7a (diff)
downloadglutin-819c5f679b14376e4c89245e68880f40aff22039.tar.gz
glutin-819c5f679b14376e4c89245e68880f40aff22039.zip
Merge pull request #626 from tomaka/rm-window-feature
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"