Merge pull request #120 from michivi/michivi/fix-project-paths-senpai

Simplify workspace paths (senpai branch)
This commit is contained in:
lain ping tool
2023-05-29 03:25:19 +09:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ features = ["derive"]
# Use these as you need
[dependencies.nokhwa]
path = "../../../nokhwa"
path = "../.."
features = ["input-native", "output-threaded"]
[dependencies.image]
+1 -1
View File
@@ -12,6 +12,6 @@ version = "0.23.14"
default-features = false
[dependencies.nokhwa]
path = "../../../nokhwa"
path = "../.."
# EDIT THIS!
features = ["input-v4l"]
+1 -1
View File
@@ -12,6 +12,6 @@ version = "0.23.14"
default-features = false
[dependencies.nokhwa]
path = "../../../nokhwa"
path = "../.."
# EDIT THIS!
features = ["input-native", "output-threaded"]