synthizer 0.3.3

bindings to Synthizer, a library for 3D audio and effects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.synthizer-sys]
version = "0.9.1"
[dev-dependencies.anyhow]
version = "1.0.42"

[package]
authors = ["Austin Hicks <ahicks@ahicks.io>"]
description = "bindings to Synthizer, a library for 3D audio and effects"
edition = "2018"
keywords = ["audio", "gamedev"]
license = "Unlicense"
name = "synthizer"
readme = "README.md"
repository = "https://github.com/synthizer/synthizer-rs"
version = "0.3.3"