Skip to content

Commit

Permalink
fix: required features in yolo targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Mar 15, 2024
1 parent 1352292 commit 616bb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ path = "tools/modnet.rs"
[[bin]]
name = "yolo_v8"
path = "tools/yolo_v8.rs"
required-features = ["yolo_v8"]


[[bench]]
Expand All @@ -106,3 +107,4 @@ harness = false
[[bench]]
name = "yolo_v8"
harness = false
required-features = ["yolo_v8"]

0 comments on commit 616bb84

Please sign in to comment.