Cargo Features
CrabGrab has no features set by default.
[dependencies]
crabgrab = { version = "0.4.0", features = ["iosurface", "metal", "dxgi", "dx11", "bitmap", "screenshot", "wgpu", "diagnostic"] }
- iosurface
-
Affects
feature::iosurface
… - metal wgpu?
-
Enables metal ^0.28
Affects
feature::metal
,capture_stream::MacosCaptureConfigExt.with_metal_device
… - dxgi dx11? wgpu?
-
Affects
feature::dxgi
… - dx11 bitmap? wgpu? = dxgi
-
Affects
feature::dx11
… - bitmap screenshot? = dx11
-
Affects
feature::bitmap
… - screenshot = bitmap
-
Affects
feature::screenshot
… - wgpu = dx11, dxgi, metal
-
Enables wgpu ^0.20 and winapi
Affects
feature::wgpu
… - diagnostic
-
Affects
feature::diagnostic
…