Skip to content

Commit 35366f2

Browse files
committed
Prepare 0.1.0 release
1 parent d986f64 commit 35366f2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VX_TYPE_NODE: EXTRACT_LUMA, 3 params, avg perf 0.002013746, VX_SUCCESS, 1 refs
2121
VX_TYPE_NODE: CANNY_EDGE, 5 params, avg perf 0.039333154, VX_SUCCESS, 1 refs
2222
```
2323

24-
Note that for some reason the graph release operation
24+
Note that for some reason the graph release operation
2525

2626
```rust
2727
vxReleaseGraph(&mut graph);

openvx-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["Markus Mayer <widemeadows@gmail.com>"]
66
edition = "2021"
77
keywords = ["openvx"]
88
categories = ["computer-vision", "external-ffi-bindings"]
9+
repository = "https://github.com/sunsided/rust-openvx"
910
license = "MIT"
1011
build = "build.rs"
1112
links = "openvx"

openvx/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "OpenVX wrapper"
55
authors = ["Markus Mayer <widemeadows@gmail.com>"]
66
keywords = ["openvx"]
77
categories = ["computer-vision", "api-bindings"]
8+
repository = "https://github.com/sunsided/rust-openvx"
89
license = "MIT"
910
edition = "2021"
1011

0 commit comments

Comments
 (0)