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."
2020-06-16 02:25:28 +00:00
version = "0.4.0"
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"
2019-01-22 22:22:07 +00:00
gl = "0.11"
glutin = "0.19"
2018-09-30 12:42:34 +00:00
imlib2 = { version = "0.1", path = "./imlib2" }
2020-06-16 02:25:28 +00:00
leanshot_xlib = { version = "0.2", path = "./xlib" }
nanovg = { version = "1.0.2", features = ["gl3"] }
2019-01-22 22:22:07 +00:00
png = "0.14"
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"] }