mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Opt into features to silence warnings
This commit is contained in:
1
build.rs
1
build.rs
@@ -1,4 +1,5 @@
|
|||||||
#![allow(unstable)]
|
#![allow(unstable)]
|
||||||
|
#![feature(old_io,old_path,os)]
|
||||||
extern crate gl_generator;
|
extern crate gl_generator;
|
||||||
extern crate khronos_api;
|
extern crate khronos_api;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#![feature(unsafe_destructor)]
|
#![feature(unsafe_destructor,core,std_misc)]
|
||||||
#![unstable]
|
#![unstable]
|
||||||
#![allow(unstable)]
|
#![allow(unstable)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user