Skip to content

Commit

Permalink
adds webcam feature to cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Oct 14, 2023
1 parent 22dd628 commit c2ada37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ full = ["bt-server", "camera", "detect", "hotspot", "server"]
pi = ["bt-server", "camera", "detect", "server"]
bluetooth = ["base64"]
bt-server = ["bluetooth", "bluer"]
webcam = ["camera"]
camera = ["nokhwa/input-native"]
hotspot = ["wifi-rs"]
server = ["axum", "base64", "tower", "tower-http"]
Expand Down

0 comments on commit c2ada37

Please sign in to comment.