mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 10:37:26 +00:00
Simplify workspace paths
This commit is contained in:
@@ -23,7 +23,7 @@ features = ["derive"]
|
||||
|
||||
# Use these as you need
|
||||
[dependencies.nokhwa]
|
||||
path = "../../../nokhwa"
|
||||
path = "../.."
|
||||
features = ["input-native", "output-threaded"]
|
||||
|
||||
[dependencies.image]
|
||||
|
||||
@@ -12,6 +12,6 @@ version = "0.23.14"
|
||||
default-features = false
|
||||
|
||||
[dependencies.nokhwa]
|
||||
path = "../../../nokhwa"
|
||||
path = "../.."
|
||||
# EDIT THIS!
|
||||
features = ["input-v4l"]
|
||||
|
||||
@@ -12,6 +12,6 @@ version = "0.23.14"
|
||||
default-features = false
|
||||
|
||||
[dependencies.nokhwa]
|
||||
path = "../../../nokhwa"
|
||||
path = "../.."
|
||||
# EDIT THIS!
|
||||
features = ["input-native", "output-threaded"]
|
||||
|
||||
Reference in New Issue
Block a user