ladspa 0.2.0

An interface for writing LADSPA plugins safely in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "ladspa"
version = "0.2.0"
authors = ["Noah Weninger <nweninge@ualberta.ca>"]
description = "An interface for writing LADSPA plugins safely in Rust."
documentation = "http://deadmau6.com/doc/ladspa/"
repository = "https://github.com/nwoeanhinnogaehr/ladspa.rs"
license = "Unlicense"
keywords = ["audio", "ladspa", "dsp"]

[dependencies]
bitflags = "*"

[lib]
name = "ladspa"
crate-type = ["rlib"]