lilv-sys 0.2.1

FFI for lilv, a C library to make the use of LV2 plugins simple
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"

[[package]]
name = "lilv-sys"
version = "0.2.1"
dependencies = [
 "lv2_raw",
]

[[package]]
name = "lv2_raw"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "573ce7231f64fe795ad80134913f88f2e7f7f550527f6bd54d690a56cabf6a48"
dependencies = [
 "libc",
]