Cargo Features

[dependencies]
screen-capture-kit = { version = "0.3.1", default-features = false, features = ["link"] }
default = link

The link feature is set by default whenever screen-capture-kit is added without default-features = false somewhere in the dependency tree.

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.