Open Issues Need Help
View All on GitHubA Cargo plugin for developing REAPER extension and VST plugins with Rust.
AI Summary: Update the project's README.md file to replace the relative path to the logo image with a raw GitHub content link, ensuring the logo renders correctly regardless of where the README is accessed.
A Cargo plugin for developing REAPER extension and VST plugins with Rust.
AI Summary: Fix cross-compilation issues in the `cargo-reaper-build` script by making it aware of target operating system and file extensions, and disabling symlinking during cross-compilation. This involves modifying functions like `from_plugin_file_name` and `add_plugin_ext` to handle different file extensions based on the target OS and setting the `no_symlink` flag appropriately.
A Cargo plugin for developing REAPER extension and VST plugins with Rust.
AI Summary: Add a GitHub Actions workflow to perform continuous integration (CI) testing for a Rust Cargo plugin. The workflow should build and test the plugin across multiple target architectures (Linux, macOS, and Windows) using a combination of Nix flakes and standard GitHub Actions runners. Windows targets require special handling due to the use of MSVC.
A Cargo plugin for developing REAPER extension and VST plugins with Rust.