mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Mirror the flags and re-exports from iced_baseview
This commit is contained in:
@@ -3,3 +3,14 @@
|
||||
This provides an adapter to create [iced](https://github.com/iced-rs/iced) based
|
||||
GUIs with NIH-plug through
|
||||
[iced_baseview](https://github.com/BillyDM/iced_baseview).
|
||||
|
||||
By default this targets [wgpu](https://github.com/gfx-rs/wgpu). To use OpenGL
|
||||
instead, include the crate with the following options. Note that some iced
|
||||
features may not be available in the OpenGL backend.
|
||||
|
||||
```toml
|
||||
nih_plug_iced = { git = "https://github.com/robbert-vdh/nih-plug.git", default_features = false, features = ["opengl"] }
|
||||
```
|
||||
|
||||
Iced has many more optional features. Check the `Cargo.toml` file for more
|
||||
information.
|
||||
|
||||
Reference in New Issue
Block a user