leanshot/Cargo.toml
2018-09-30 10:13:57 -05:00

22 lines
541 B
TOML

[package]
name = "leanshot"
description = "Screenshot capture for Linux."
version = "0.3.1"
repository = "https://github.com/iptq/leanshot"
license-file = "LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[workspace]
members = [".", "imlib2", "imlib2/imlib2-sys", "xlib"]
[dependencies]
failure = "0.1"
gl = "0.10"
glutin = "0.18"
imlib2 = { version = "0.1", path = "./imlib2" }
nanovg = { version = "1.0.2", features = ["gl3"] }
png = "0.12"
structopt = "0.2"
time = "0.1"
leanshot_xlib = { version = "0.1", path = "./xlib" }