mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Re-export all macros in the prelude
Now you don't need the `#[macro_use] extern crate nih_plug;` anymore
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#[macro_use]
|
||||
extern crate nih_plug;
|
||||
|
||||
use nih_plug::prelude::*;
|
||||
use parking_lot::RwLock;
|
||||
use std::pin::Pin;
|
||||
|
||||
Reference in New Issue
Block a user