fxplug 0.1.1

Safe Rust authoring API for FxPlug tileable effects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fxplug"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Safe Rust authoring API for FxPlug tileable effects"
readme = "../../README.md"
documentation = "https://docs.rs/fxplug"
keywords = ["fxplug", "video", "plugin", "metal", "macos"]
categories = ["api-bindings", "multimedia::video"]

[dependencies]
fxplug-sys = { path = "../fxplug-sys", version = "0.1.1" }

[lib]
path = "src/lib.rs"