Fixed missing std::ascii::AsciiExt import
This commit is contained in:
parent
09cf026a9d
commit
b0dddb2d3f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue