1
0
Fork 0
nih-plug/xtask/src/main.rs
Robbert van der Helm 8e0597b780 Move the xtask binary to a library
So you can use it in your own projects with minimal copying and pasting.
2022-03-02 10:02:03 +01:00

4 lines
71 B
Rust

fn main() -> nih_plug_xtask::Result<()> {
nih_plug_xtask::main()
}