mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Disable compiler unstable warnings
To cleanup the compiler output when building, disable warnings about using unstable crates/features.
This commit is contained in:
parent
1d6b863cd4
commit
6ea483dc78
2 changed files with 2 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue