mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Grab plugin URLs from the Cargo.toml file
This commit is contained in:
@@ -111,7 +111,7 @@ impl Default for BuffrGlitchParams {
|
||||
impl Plugin for BuffrGlitch {
|
||||
const NAME: &'static str = "Buffr Glitch";
|
||||
const VENDOR: &'static str = "Robbert van der Helm";
|
||||
const URL: &'static str = "https://github.com/robbert-vdh/nih-plug";
|
||||
const URL: &'static str = env!("CARGO_PKG_HOMEPAGE");
|
||||
const EMAIL: &'static str = "mail@robbertvanderhelm.nl";
|
||||
|
||||
const VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
Reference in New Issue
Block a user