dxgcap 0.2.4

Screen capturing with DXGI for Windows in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.winapi]
features = ["d3d11", "d3dcommon", "dxgi", "dxgi1_2", "dxgitype", "ntdef", "unknwnbase", "windef", "winerror", "winuser"]
version = "0.3.8"

[dependencies.wio]
version = "0.2.2"

[package]
authors = ["jojo <jo@jo.zone>"]
description = "Screen capturing with DXGI for Windows in Rust"
documentation = "https://docs.rs/dxgcap/*/x86_64-pc-windows-msvc/dxgcap/"
edition = "2018"
keywords = ["Windows", "DXGI", "screen", "record", "capture"]
license = "AGPL-3.0"
name = "dxgcap"
readme = "README.md"
repository = "https://github.com/bryal/dxgcap-rs"
version = "0.2.4"