mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -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)]
|
||||
#![feature(old_io,old_path,os)]
|
||||
extern crate gl_generator;
|
||||
extern crate khronos_api;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![feature(unsafe_destructor)]
|
||||
#![feature(unsafe_destructor,core,std_misc)]
|
||||
#![unstable]
|
||||
#![allow(unstable)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user