-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Windows #17
Comments
Fully agreed! I think this is as much as updating to a newer version of |
Updating Now there are issues with There is a comment regarding RSA on their page tho:
|
@bltavares yeah that'd be fantastic! See also #7 for an issue on this topic. Would be great if we could remove OpenSSL out of the equation. |
Feature Request
Summary
It would be nice to be able to create a new Rust project and setup cross-compilation on the Windows environment
Motivation
Similar to #2, Rust provides a very nice support for Windows executables. When working from a Windows setup, creating the scripts to support building to other platforms would be at pair to developing on *nix platforms
Expected Behavior
When running
cargo install crossgen
I would be able to have a newcrossgen
executable on the PATH, and which would allow us to create the scripts and templates for cross-platform generation.Current `cargo install crossgen` errors
Drawbacks
There might be many dependencies which depends on
libc
andunix
crates which currently don't support Windows and there are no other alternativesRationale and alternatives
crossgen
out of Windows-only environment. Modern Windows environment have WSL available, which already builds fine and it is usable from the platform, but adds another layer of tooling to it.Unresolved Questions
Not sure
The text was updated successfully, but these errors were encountered: