[badges.maintenance]
status = "experimental"
[build-dependencies.bindgen]
optional = true
version = "0.55"
[build-dependencies.cmake]
optional = true
version = "0.1"
[build-dependencies.fetch_unroll]
version = "0.2"
[features]
compile-library = ["cmake"]
generate-bindings = ["bindgen"]
rustdoc = []
shared-link = []
test = []
[package]
authors = ["K. <kayo@illumium.org>"]
categories = ["external-ffi-bindings", "multimedia::audio"]
description = "Unsafe bindings for oboe an android library for low latency audio IO"
edition = "2018"
include = ["/src/*.rs", "/oboe-ext", "/README.md"]
keywords = ["oboe", "android", "audio", "aaudio", "opensles"]
license = "Apache-2.0"
name = "oboe-sys"
readme = "README.md"
repository = "https://github.com/katyo/oboe-rs"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["rustdoc"]