[build-dependencies.cmake]
version = "0.1.40"
[dependencies]
[features]
default = ["dynamic"]
dynamic = ["libloading", "rental"]
[package]
authors = ["Jameson Ernst <jameson@jpernst.com>"]
categories = ["multimedia::audio", "external-ffi-bindings"]
description = "Raw bindings for OpenAL 1.1"
documentation = "https://docs.rs/al-sys"
keywords = ["openal", "al", "sound", "audio"]
license = "MIT/Apache-2.0"
name = "al-sys"
repository = "https://github.com/jpernst/alto.git"
version = "0.6.1"
[target.'cfg(not(target_os = "emscripten"))'.dependencies.libloading]
optional = true
version = "0.5"
[target.'cfg(not(target_os = "emscripten"))'.dependencies.rental]
optional = true
version = "0.5.0"