Function nih_plug_xtask::build
source · pub fn build(packages: &[String], args: &[String]) -> Result<()>
Expand description
Build one or more packages using the provided cargo build
arguments. This should be called
before calling bundle()
. This requires the current working directory to have been set to
the workspace’s root using chdir_workspace_root()
.