bela-sys 0.0.1

Raw FFI bindings to the Bela core API (libbela) for Bela Gem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Placeholder build script.
//
// Planned responsibilities (see the v0.1.0 milestone issues):
// - run bindgen on wrapper.h (Bela.h and required core headers), with the
//   header location overridable via an environment variable so it can be
//   re-pinned to the Bela version shipped on the board
// - emit the `-l` / search-path link flags collected in docs/board-facts.md
//   (requires the board; until then only `cargo check` is supported for
//   the aarch64 target)
fn main() {
    println!("cargo::rerun-if-changed=build.rs");
}