From 7a625ef3d8b7fec62222ad6e45f9e1560732ae7a Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 3 Oct 2015 10:33:37 +0200 Subject: Remove the window feature entirely --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3