File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22name = " canny-edge-detector"
33version = " 0.1.0"
44authors = [" Markus Mayer <widemeadows@gmail.com>" ]
5+ license = " MIT"
56edition = " 2021"
67publish = false
78
Original file line number Diff line number Diff line change 11[package ]
22name = " openvx-sys"
33version = " 0.1.0"
4+ description = " Native bindings to the OpenVX library"
45authors = [" Markus Mayer <widemeadows@gmail.com>" ]
56edition = " 2021"
6- description = " Native bindings to the OpenVX library"
77keywords = [" openvx" ]
8+ categories = [" computer-vision" , " external-ffi-bindings" ]
9+ license = " MIT"
810build = " build.rs"
911links = " openvx"
1012
Original file line number Diff line number Diff line change 11[package ]
22name = " openvx"
33version = " 0.1.0"
4+ description = " OpenVX wrapper"
45authors = [" Markus Mayer <widemeadows@gmail.com>" ]
6+ keywords = [" openvx" ]
7+ categories = [" computer-vision" , " api-bindings" ]
8+ license = " MIT"
59edition = " 2021"
610
711[dependencies ]
8- openvx-sys = { path =" ../openvx-sys" }
12+ openvx-sys = { path =" ../openvx-sys" , version = " 0.1.0 " }
913static_assertions = " 1.1.0"
You can’t perform that action at this time.
0 commit comments