2018-05-13 21:42:19 +00:00
|
|
|
[package]
|
2018-09-30 12:25:18 +00:00
|
|
|
name = "leanshot"
|
|
|
|
description = "Screenshot capture for Linux."
|
2018-09-10 06:52:54 +00:00
|
|
|
version = "0.3.0"
|
2018-05-13 21:42:19 +00:00
|
|
|
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
2018-09-10 04:24:43 +00:00
|
|
|
|
2018-09-11 01:31:25 +00:00
|
|
|
[workspace]
|
2018-09-30 12:05:02 +00:00
|
|
|
members = [".", "imlib2", "imlib2/imlib2-sys", "xlib"]
|
2018-09-11 01:31:25 +00:00
|
|
|
|
2018-05-13 21:42:19 +00:00
|
|
|
[dependencies]
|
2018-09-10 06:52:54 +00:00
|
|
|
failure = "0.1"
|
2018-09-30 12:05:02 +00:00
|
|
|
gl = "0.10"
|
|
|
|
glutin = "0.18"
|
|
|
|
imlib2 = { path = "imlib2" }
|
|
|
|
nanovg = { version = "1.0.2", features = ["gl3"] }
|
2018-09-10 08:15:42 +00:00
|
|
|
png = "0.12"
|
2018-09-10 06:52:54 +00:00
|
|
|
structopt = "0.2"
|
|
|
|
time = "0.1"
|
2018-09-30 12:05:02 +00:00
|
|
|
xlib = { path = "xlib" }
|