Files
nokhwa/examples/capture/Cargo.toml
T
l1npengtul 4cfa7f0c2d fix capture
2022-05-22 19:00:51 +09:00

26 lines
601 B
TOML

[package]
name = "capture"
version = "0.1.0"
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["nokhwa/default"]
input-msmf = ["nokhwa/input-msmf"]
input-v4l = ["nokhwa/input-v4l"]
input-opencv = ["nokhwa/input-opencv"]
input-gst = ["nokhwa/input-gst"]
input-avfoundation = ["nokhwa/input-avfoundation"]
[dependencies]
clap = "2.33.3"
glium = "0.31.0"
glutin = "0.27.0"
flume = "0.10.9"
# Use these as you need
[dependencies.nokhwa]
path = "../../../nokhwa"