1
0
Fork 0

Mention multi architecture bundler in readme

This commit is contained in:
Robbert van der Helm 2022-04-05 16:42:41 +02:00
parent a49393f863
commit 0cf8bdfed6

View file

@ -90,16 +90,15 @@ for download links.
- Basic note/MIDI support. MIDI CC handling and note output is currently not - Basic note/MIDI support. MIDI CC handling and note output is currently not
implemented. Let me know if you need this. implemented. Let me know if you need this.
- A plugin bundler accessible through the - A plugin bundler accessible through the
`cargo xtask bundle <package> <build_arguments>` command that detects `cargo xtask bundle <package> <build_arguments>` command that automatically
automatically detects which plugin targets your plugin exposes and creates the detects which plugin targets your plugin exposes and creates the correct
correct plugin bundles for your target platform, with cross-compilation plugin bundles for your target operating system and architecture, with
support. The cargo subcommand can easily be added to [your own cross-compilation support. The cargo subcommand can easily be added to [your
project](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask) own project](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask)
as an alias or as an alias or [globally](https://github.com/robbert-vdh/nih-plug/tree/master/cargo_nih_plug)
[globally](https://github.com/robbert-vdh/nih-plug/tree/master/cargo_nih_plug)
as a regular cargo subcommand. as a regular cargo subcommand.
- Tested on Linux, Windows, with limited testing on macOS. Windows support has - Tested on Linux and Windows, with limited testing on macOS. Windows support
mostly been tested through Wine with has mostly been tested through Wine with
[yabridge](https://github.com/robbert-vdh/yabridge). [yabridge](https://github.com/robbert-vdh/yabridge).
- See the [`Plugin`](src/plugin.rs) trait's documentation for an incomplete list - See the [`Plugin`](src/plugin.rs) trait's documentation for an incomplete list
of the functionlaity that has currently not yet been implemented. of the functionlaity that has currently not yet been implemented.