lv2-worker 0.1.0

rust-lv2's work offloading library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lv2-worker"
version = "0.1.0"
authors = ["Amaury ABRIAL aka Yruama_Lairba <yruama_lairba@hotmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

description = "rust-lv2's work offloading library"
readme = "README.md"
repository = "https://github.com/RustAudio/rust-lv2"

[dependencies]
lv2-sys = "1.0.0"
lv2-core = "2.0.0"
urid = "0.1.0"