aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.rs1
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index a151502..b2813e0 100644
--- a/build.rs
+++ b/build.rs
@@ -1,4 +1,5 @@
#![allow(unstable)]
+#![feature(old_io,old_path,os)]
extern crate gl_generator;
extern crate khronos_api;
diff --git a/src/lib.rs b/src/lib.rs
index 54f4b16..e7d7b68 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-#![feature(unsafe_destructor)]
+#![feature(unsafe_destructor,core,std_misc)]
#![unstable]
#![allow(unstable)]