compile on stable

This commit is contained in:
Michael Zhang 2018-09-30 17:43:51 -05:00
parent 4470235275
commit 38c1fd25ed
No known key found for this signature in database
GPG key ID: A1B65B603268116B
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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()?;