leanshot/Cargo.toml

23 lines
589 B
TOML
Raw Normal View History

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-30 22:00:12 +00:00
version = "0.3.2"
2018-09-30 12:40:02 +00:00
repository = "https://github.com/iptq/leanshot"
license-file = "LICENSE"
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]
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"
gl = "0.10"
glutin = "0.18"
2018-09-30 12:42:34 +00:00
imlib2 = { version = "0.1", path = "./imlib2" }
2018-09-30 20:43:50 +00:00
leanshot_xlib = { version = "0.1", path = "./xlib" }
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 20:43:50 +00:00
x11 = { version = "2.18", features = ["xlib"] }