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:
@@ -115,7 +115,7 @@ impl Default for LoudnessWarWinnerParams {
|
||||
impl Plugin for LoudnessWarWinner {
|
||||
const NAME: &'static str = "Loudness War Winner";
|
||||
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