[build-dependencies.bindgen]
version = "0.65.1"
[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"
edition = "2021"
keywords = ["openvx"]
license = "MIT"
links = "openvx"
name = "openvx-sys"
readme = "README.md"
repository = "https://github.com/sunsided/rust-openvx"
resolver = "1"
version = "0.1.0"