Cargo Features
[dependencies]
screen-capture-kit = { version = "0.3.1", default-features = false, features = ["link"] }
- default = link
-
The
link
feature is set by default wheneverscreen-capture-kit
is added without
somewhere in the dependency tree.default-features = false - link default
-
Enables link of core-foundation, core-graphics2, and core-media
core-foundation:
Disable to manually link. Enabled by default.
ScreenCaptureKit has 2 features without comments.