iced_baseview 0.1.1

A baseview backend for Iced
Documentation
# iced_baseview

[![Documentation](https://docs.rs/iced_baseview/badge.svg)](https://docs.rs/iced_baseview)
[![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://codeberg.org/BillyDM/nih-plug/src/branch/main/baseview-adapters/iced_baseview/LICENSE-APACHE)

A [`baseview`](https://github.com/RustAudio/baseview) backend for [`Iced`](https://github.com/hecrj/iced)

<div align="center">
    <img src="screenshot.png">
</div>

## Prerequisites

### Linux

Install dependencies, e.g.,

```sh
sudo apt-get install libx11-dev libxcursor-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev
```