link-ippcv 0.1.1

link ippcv library (part of ipp-sys Intel IPP bindings)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "link-ippcv"
description = "link ippcv library (part of ipp-sys Intel IPP bindings)"
version = "0.1.1"
authors = ["Andrew Straw <strawman@astraw.com>"]
build = "build.rs"
links = "libippcv"
repository = "https://github.com/astraw/ipp-sys"
license = "MIT/Apache-2.0"
categories = ["external-ffi-bindings"]
readme = "README.md"

[dependencies]
link-ippcore = { version = "0.1", path = "../link-ippcore" }
link-ipps = { version = "0.1", path = "../link-ipps" }

[build-dependencies]
ipp-sys-build-help = { version = "0.1", path = "../ipp-sys-build-help" }