Merge pull request #218 from bjwbell/disable-unstable-warnings

Disable compiler unstable warnings
This commit is contained in:
tomaka
2015-01-23 09:29:21 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#![allow(unstable)]
extern crate gl_generator;
extern crate khronos_api;

View File

@@ -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.