[package]
name = "scsynth-sys"
version = "0.1.0"
description = "Raw FFI bindings to a statically-linked SuperCollider scsynth engine."
readme = "README.md"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
links = "scsynth"
build = "build.rs"
[build-dependencies]
bindgen.workspace = true
cc.workspace = true
cmake.workspace = true
pkg-config.workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
scsynth-wasm32-libc = { version = "0.3.0", path = "../../wasm-toolchain/scsynth-wasm32-libc" }
scsynth-wasm32-libcxx = { version = "0.1.0", path = "../../wasm-toolchain/scsynth-wasm32-libcxx" }