iced_audio 0.1.1

An extension to the Iced GUI library with useful widgets for audio applications
Documentation
[[example]]
name = "tour"

[[example]]
name = "simple"
[badges.maintenance]
status = "actively-developed"
[dependencies.iced]
features = ["canvas"]
version = "0.1"

[dependencies.iced_native]
version = "0.2"

[dependencies.iced_wgpu]
version = "0.2"

[features]
default = ["image"]
image = ["iced/image"]
svg = ["iced/svg"]

[package]
authors = ["Billy Messenger <https://github.com/BillyDM>"]
categories = ["gui", "visualization"]
description = "An extension to the Iced GUI library with useful widgets for audio applications"
documentation = "https://docs.rs/iced_audio"
edition = "2018"
homepage = "https://github.com/BillyDM/iced_audio"
keywords = ["iced", "gui", "audio", "vst", "lv2"]
license = "MIT"
name = "iced_audio"
readme = "README.md"
repository = "https://github.com/BillyDM/iced_audio"
version = "0.1.1"