aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAustin Bonander <austin.bonander@gmail.com>2015-01-08 03:20:11 -0800
committerAustin Bonander <austin.bonander@gmail.com>2015-01-08 03:45:46 -0800
commit8d9133d3318c81021b1179f2cafe368650b4e7c8 (patch)
treeb9618f4520a57b174dae25ed197ba3fe2c373b2e /src/lib.rs
parent25b261975c6756a3e0f9ee36107f185103b35292 (diff)
downloadglutin-8d9133d3318c81021b1179f2cafe368650b4e7c8.tar.gz
glutin-8d9133d3318c81021b1179f2cafe368650b4e7c8.zip
Update to latest Rust nightly
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4e118e8..0934f86 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,8 +1,5 @@
#![feature(unsafe_destructor)]
-#![feature(globs)]
-#![feature(phase)]
#![unstable]
-#![feature(associated_types)]
//! The purpose of this library is to provide an OpenGL context on as many
//! platforms as possible.