You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when trying to compile the Rust parts with native dependencies using the MSVC toolchain, as many of these libraries fail to compile properly. This issue significantly hinders development and integration processes.
Describe the solution you'd like
The support for compiling Rust dependencies using the MSYS2 toolchain in cargokit would help. Adding an option to use MSYS2 for compilation would provide a more robust and flexible development environment, and help resolve the compilation issues associated with the MSVC toolchain.
Describe alternatives you've considered
An alternative solution would be to manually configure each Rust library with native dependencies to work with the MSVC toolchain, but this approach is time-consuming and not always feasible. Another alternative is to use a different development setup or environment that supports MSYS2, but this can lead to inconsistencies and additional overhead.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm always frustrated when trying to compile the Rust parts with native dependencies using the MSVC toolchain, as many of these libraries fail to compile properly. This issue significantly hinders development and integration processes.
Describe the solution you'd like
The support for compiling Rust dependencies using the MSYS2 toolchain in
cargokit
would help. Adding an option to use MSYS2 for compilation would provide a more robust and flexible development environment, and help resolve the compilation issues associated with the MSVC toolchain.Describe alternatives you've considered
An alternative solution would be to manually configure each Rust library with native dependencies to work with the MSVC toolchain, but this approach is time-consuming and not always feasible. Another alternative is to use a different development setup or environment that supports MSYS2, but this can lead to inconsistencies and additional overhead.
The text was updated successfully, but these errors were encountered: