mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
8 lines
117 B
Rust
8 lines
117 B
Rust
use nih_plug::prelude::*;
|
|
|
|
use byo_gui_softbuffer::MyPlugin;
|
|
|
|
fn main() {
|
|
nih_export_standalone::<MyPlugin>();
|
|
}
|