mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Opt into features to silence warnings
This commit is contained in:
parent
accf2f3cc3
commit
f4c9bd81bb
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)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue