From 0f7bd9071e9b64acb9f13e253d49c3790e50d560 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 3 Apr 2015 08:33:51 +0200 Subject: Remove all features for 1.0 beta --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index cf06b7b..1eea9a4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,3 @@ -#![feature(collections, unsafe_destructor, core, std_misc, alloc)] -#![unstable] - //! The purpose of this library is to provide an OpenGL context on as many //! platforms as possible. //! @@ -26,6 +23,9 @@ //! //! By default only `window` is enabled. +#[macro_use] +extern crate lazy_static; + extern crate gl_common; extern crate libc; -- cgit v1.2.3