ofx_sys 0.2.0

Bindings for OpenFX 1.4
Documentation
[package]
name = "ofx_sys"
version = "0.2.0"
authors = ["Nicola Orru <nigu.orru@gmail.com>"]
keywords = ["ofx", "openfx", "effects", "natron", "nuke"]
#edition = "2018"
description = "Bindings for OpenFX 1.4"
repository = "https://github.com/itadinanta/ofx-rs"
license = "Apache-2.0"
# publish = false # insurance against accidents

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"