openvx-sys 0.1.3

Native bindings to the OpenVX library (1.3.1)
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.clang]
features = ["runtime"]
version = "2.0.0"

[lib]
name = "libopenvx_sys"
path = "src/lib.rs"

[package]
authors = ["Markus Mayer <widemeadows@gmail.com>"]
build = "build.rs"
categories = ["computer-vision", "external-ffi-bindings"]
description = "Native bindings to the OpenVX library (1.3.1)"
edition = "2021"
keywords = ["openvx", "opencl", "opencv", "embedded"]
license = "MIT"
links = "openvx"
name = "openvx-sys"
readme = "README.md"
repository = "https://github.com/sunsided/rust-openvx"
version = "0.1.3"