forked from michael/leanshot
compile on stable
This commit is contained in:
parent
3ea34f72e9
commit
5f6b7b40a5
1 changed files with 2 additions and 2 deletions
|
@ -87,11 +87,11 @@ impl GUI {
|
|||
// }
|
||||
|
||||
use gl;
|
||||
use glutin::{
|
||||
use glutin::{self,
|
||||
dpi::LogicalSize, ElementState, Event, EventsLoop, GlContext, GlWindow, KeyboardInput,
|
||||
MouseButton, VirtualKeyCode, WindowBuilder, WindowEvent,
|
||||
};
|
||||
use nanovg::{Color, Image, ImagePattern, PathOptions, StrokeOptions};
|
||||
use nanovg::{self, Color, Image, ImagePattern, PathOptions, StrokeOptions};
|
||||
use std::{f32::consts, slice};
|
||||
|
||||
// let attr = window.get_attributes()?;
|
||||
|
|
Loading…
Reference in a new issue