build: fix nokhwa dep path

This commit is contained in:
ardocrat
2026-01-26 01:29:15 +03:00
parent 86187e4e59
commit 2ca7c03999
2 changed files with 378 additions and 72 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ nokhwa = { version = "0.10.5", default-features = false, features = ["input-v4l"
nokhwa = { version = "0.10.5", default-features = false, features = ["input-msmf"] }
[target.'cfg(target_os = "macos")'.dependencies]
nokhwa-mac = { git = "https://code.gri.mw/ardocrat/nokhwa", rev = "612c861ef153cf0ee575d8dd1413b960e4e19dd6", features = ["input-avfoundation", "output-threaded"], package = "nokhwa" }
nokhwa-mac = { git = "https://code.gri.mw/GUI/nokhwa", rev = "612c861ef153cf0ee575d8dd1413b960e4e19dd6", features = ["input-avfoundation", "output-threaded"], package = "nokhwa" }
[target.'cfg(not(target_os = "android"))'.dependencies]
env_logger = "0.11.3"