winamp-sys 0.1.1

Raw bindings to the Winamp headers in the Winamp SDK
Documentation
[dependencies.libc]
version = "0.2.71"

[dependencies.winapi]
features = ["minwindef", "windef", "winuser", "guiddef", "debug"]
version = "0.3.9"

[features]
dsp = []
gen = []
in = []
ipc-pe = []
out = []
wa-dlg = []

[package]
authors = ["Adam Spofford <pieflavor.mc@gmail.com>"]
categories = ["external-ffi-bindings", "multimedia::audio"]
description = "Raw bindings to the Winamp headers in the Winamp SDK"
edition = "2018"
keywords = ["winamp", "plugin", "audio"]
license = "Zlib"
name = "winamp-sys"
readme = "README.md"
repository = "https://github.com/pie-flavor/winamp-sys"
version = "0.1.1"
[package.metadata.docs.rs]
default-target = "i686-pc-windows-msvc"
features = ["dsp", "gen", "in", "ipc-pe", "out", "wa-dlg"]
targets = []