aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorSteven Sheldon <steven@sasheldon.com>2015-04-03 02:31:15 -0700
committerSteven Sheldon <steven@sasheldon.com>2015-04-03 02:31:15 -0700
commit9c21758bb73f18cf8f6a3f61f426af8bde00964a (patch)
tree777ac6e5172a89729f79271aea18d004a4d2b190 /build.rs
parenta65a4fd15a3d9736cd9842b4fe3ea8c944188557 (diff)
downloadglutin-9c21758bb73f18cf8f6a3f61f426af8bde00964a.tar.gz
glutin-9c21758bb73f18cf8f6a3f61f426af8bde00964a.zip
Removed unused features from build and examples.
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 7aeeda9..9925e2d 100644
--- a/build.rs
+++ b/build.rs
@@ -1,5 +1,3 @@
-#![feature(convert)]
-
extern crate gl_generator;
extern crate khronos_api;