Skip to content
Snippets Groups Projects
Commit 72411669 authored by Russel Arbore's avatar Russel Arbore
Browse files

fix

parent 8734113e
No related branches found
No related tags found
1 merge request!192Optimize edge detection
Pipeline #201778 passed
...@@ -15,7 +15,6 @@ required-features = ["opencv"] ...@@ -15,7 +15,6 @@ required-features = ["opencv"]
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"
required-features = ["opencv"]
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build" }
......
#![cfg(feature = "opencv")]
#![feature(concat_idents)] #![feature(concat_idents)]
mod edge_detection_rust; mod edge_detection_rust;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment