mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-13 21:48:53 +00:00
15 lines
199 B
TOML
15 lines
199 B
TOML
[package]
|
|
name = "captesting"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.image]
|
|
version = "0.25"
|
|
|
|
[dependencies.nokhwa]
|
|
path = "../.."
|
|
# EDIT THIS!
|
|
features = ["input-native"]
|