mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
26 lines
601 B
TOML
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"
|