From 73613637bcd058b5b1a51996ecbc90d42f9f8612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Oliver=20=27Janonard=27=20Opdenh=C3=B6vel?= Date: Tue, 28 Apr 2020 11:59:40 +0200 Subject: [PATCH] Formatting --- sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/lib.rs b/sys/src/lib.rs index f54dcf8b..2ca00818 100644 --- a/sys/src/lib.rs +++ b/sys/src/lib.rs @@ -3,7 +3,7 @@ //! Bindings to the official [LV2](https://lv2plug.in/) API headers, used by [`rust-lv2`](https://crates.io/crates/lv2), a safe, fast, and ergonomic framework to create [LV2 plugins](http://lv2plug.in/) for audio processing, written in Rust. The crate uses the version 1.18.0 of the specification, as pulled from the [project's website](https://lv2plug.in/lv2-1-18-0.html). //! //! ## Building -//! +//! //! Since the bindings to the raw C headers are generated with bindgen, you need to have [Clang](https://clang.llvm.org/) installed on your system and, if it isn't in your system's standard path, set the environment variable `LIBCLANG_PATH` to the path of `libClang`. #![allow(non_upper_case_globals)] #![allow(non_camel_case_types)]