Files
nokhwa/examples/threaded-capture/Cargo.toml
T
2022-01-20 15:03:34 +01:00

18 lines
357 B
TOML

[package]
name = "threaded-capture"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.image]
version = "0.23.14"
default-features = false
[dependencies.nokhwa]
path = "../../../nokhwa"
# EDIT THIS!
features = ["input-v4l", "output-threaded"]