# `iced_baseview`
![Test](https://github.com/BillyDM/iced_baseview/workflows/Rust/badge.svg)
[![Crates.io](https://img.shields.io/crates/v/iced_baseview.svg)](https://crates.io/crates/iced_baseview)
[![License](https://img.shields.io/crates/l/iced_baseview.svg)](https://github.com/BillyDM/iced_baseview/blob/main/LICENSE)
A [`baseview`] backend for the [`Iced`] GUI library.
The [main branch](https://github.com/BillyDM/iced_baseview/tree/main) of this repository tracks the latest crates.io release of iced, while [iced_git branch](https://github.com/BillyDM/iced_baseview/tree/iced_git) tracks its git repository.
## VST / LV2 / AU Plugins
Examples of how to use this library for audio plugins can be found here:
* [`iced-baseplug-examples`]
[`Iced`]: https://github.com/hecrj/iced
[`baseview`]: https://github.com/RustAudio/baseview
[`iced-baseplug-examples`]: https://github.com/BillyDM/iced-baseplug-examples