mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-13 21:48:53 +00:00
18 lines
331 B
TOML
18 lines
331 B
TOML
[package]
|
|
name = "setting"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.image]
|
|
version = "0.23.14"
|
|
no-default-features = true
|
|
|
|
[dependencies.nokhwa]
|
|
path = "../../../nokhwa"
|
|
# EDIT THIS!
|
|
features = ["input-v4l"]
|