[package]
name = "ofx_sys"
version = "0.2.0"
authors = ["Nicola Orru <nigu.orru@gmail.com>"]
keywords = ["ofx", "openfx", "effects", "natron", "nuke"]
description = "Bindings for OpenFX 1.4"
repository = "https://github.com/itadinanta/ofx-rs"
license = "Apache-2.0"
build = "build/main.rs"
include = [
"Cargo.toml",
"src/**",
"build/**",
"native/openfx/include/**"
]
[lib]
name="ofx_sys"
crate-type = ["lib"]
path="src/lib.rs"
[dependencies]
libc = "0.2"
[build-dependencies]
bindgen = "0.43"
[dev-dependencies]
cgmath = "0.16"