screen-framing 0.3.0

Screen capture.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "screen-framing"
description = "Screen capture."
keywords = ["screen", "capture", "record", "frame", "nonblocking"]
license = "MIT"
version = "0.3.0"
authors = ["Ram <quadrupleslap@gmail.com>"]
repository = "https://github.com/endogeny/screen-framing"
documentation = "https://docs.rs/screen-framing"

[dependencies]
framing = "0.6"
scrap = "0.3"

[dev-dependencies]
png-framing = "0.5"