openfx-sys 0.1.0

Rust bindings for OpenFX
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.bindgen]
version = "0.64.0"

[dependencies.libc]
version = "0.2.139"

[package]
authors = ["Simon Gauvin <gauvinsimon@gmail.com>"]
description = "Rust bindings for OpenFX"
edition = "2021"
keywords = ["openfx", "vfx"]
license = "MIT OR Apache-2.0"
name = "openfx-sys"
readme = "README.md"
repository = "https://github.com/SGauvin/openfx-sys"
version = "0.1.0"