mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-17 23:28:53 +00:00
13 lines
314 B
TOML
13 lines
314 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
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.nokhwa]
|
|
path = "../../../nokhwa"
|
|
features = ["input-uvc", "input-v4l"] |