[package]
name = "visual-cortex-capture"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Screen-capture abstraction for visual-cortex: frames, regions, rates, the FrameSource trait, and the macOS ScreenCaptureKit backend."
[dependencies]
async-trait.workspace = true
thiserror.workspace = true
[target.'cfg(target_os = "macos")'.dependencies]
scap = "0.0.8"
[dev-dependencies]
tokio = { workspace = true }