forked from michael/leanshot
compile on stable
This commit is contained in:
parent
4470235275
commit
38c1fd25ed
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
leanshot
|
||||
========
|
||||
|
||||
[![](https://api.travis-ci.org/iptq/leanshot.svg?branch=develop)](https://travis-ci.org/iptq/leanshot)
|
||||
|
||||
Screenshot-capturing utility.
|
||||
|
||||
Installation
|
||||
|
|
|
@ -87,6 +87,7 @@ impl GUI {
|
|||
MouseCursor, VirtualKeyCode, WindowBuilder, WindowEvent,
|
||||
};
|
||||
use nanovg::{self, Image, ImagePattern, PathOptions, StrokeOptions};
|
||||
use x11;
|
||||
use std::{f32::consts, mem, slice};
|
||||
|
||||
// let attr = window.get_attributes()?;
|
||||
|
|
Loading…
Reference in a new issue