iced_audio 0.1.1

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

[badges]
maintenance = { status = "actively-developed" }

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

[[example]]
name = "tour"
[[example]]
name = "simple"

# See more keys and their definitions at
# https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = { version = "0.1", features = ["canvas"] }
iced_native = "0.2"
iced_wgpu = "0.2"