mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Fixed missing std::ascii::AsciiExt import
This commit is contained in:
parent
09cf026a9d
commit
b0dddb2d3f
|
@ -4,6 +4,7 @@ pub use self::headless::HeadlessContext;
|
||||||
use {CreationError, Event};
|
use {CreationError, Event};
|
||||||
use CreationError::OsError;
|
use CreationError::OsError;
|
||||||
use libc;
|
use libc;
|
||||||
|
use std::ascii::AsciiExt;
|
||||||
|
|
||||||
#[cfg(feature = "window")]
|
#[cfg(feature = "window")]
|
||||||
use WindowBuilder;
|
use WindowBuilder;
|
||||||
|
|
Loading…
Reference in a new issue