diff options
-rw-r--r-- | build.rs | 1 | ||||
-rw-r--r-- | src/lib.rs | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#![allow(unstable)] extern crate gl_generator; extern crate khronos_api; @@ -1,5 +1,6 @@ #![feature(unsafe_destructor)] #![unstable] +#![allow(unstable)] //! The purpose of this library is to provide an OpenGL context on as many //! platforms as possible. |