From 0cf8bdfed69f5590257382fce9f4040e2975631a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 5 Apr 2022 16:42:41 +0200 Subject: [PATCH] Mention multi architecture bundler in readme --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f31d8b3c..a3f54add 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,15 @@ for download links. - Basic note/MIDI support. MIDI CC handling and note output is currently not implemented. Let me know if you need this. - A plugin bundler accessible through the - `cargo xtask bundle ` command that detects - automatically detects which plugin targets your plugin exposes and creates the - correct plugin bundles for your target platform, with cross-compilation - support. The cargo subcommand can easily be added to [your own - project](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask) - as an alias or - [globally](https://github.com/robbert-vdh/nih-plug/tree/master/cargo_nih_plug) + `cargo xtask bundle ` command that automatically + detects which plugin targets your plugin exposes and creates the correct + plugin bundles for your target operating system and architecture, with + cross-compilation support. The cargo subcommand can easily be added to [your + own project](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask) + as an alias or [globally](https://github.com/robbert-vdh/nih-plug/tree/master/cargo_nih_plug) as a regular cargo subcommand. -- Tested on Linux, Windows, with limited testing on macOS. Windows support has - mostly been tested through Wine with +- Tested on Linux and Windows, with limited testing on macOS. Windows support + has mostly been tested through Wine with [yabridge](https://github.com/robbert-vdh/yabridge). - See the [`Plugin`](src/plugin.rs) trait's documentation for an incomplete list of the functionlaity that has currently not yet been implemented.