-
See:
*
*
Those are both already wrapper around cargo — I haven't looked into the implementation details of either (or `cargo auditable` itself), but before I did, I just thought I would c…
-
Thank you very much for the awesome project and your blog post about it.
I'm using [rust-cross/cargo-xwin](https://github.com/rust-cross/cargo-xwin) to build the Rust portion of the code which work…
-
### Describe the bug
I'm trying to build Windows MSI on NixOS via nix-shell. Here's my `shell.nix`:
```nix
let
pkgs = import { };
overrides = (builtins.fromTOML (builtins.readFile ./rust-too…
-
As far as I understand ring 0.17 supports aarch64-cp-windows-msvc target, however when trying to build it with xwin I get the following error:
```text
error: failed to run custom build command for…
-
so ive been developing my game in WSL and my current setup is working pretty fantastic.
i really despise powershell tho so i figured i would toss it here for you.
cargo-xwin can be used to cross c…
-
Heya, apologies if this isn't the correct repo to open this, still figuring out how the build process works. It could also be in [xwin](https://github.com/rust-cross/cargo-xwin) or [luau](https://gith…
-
I had to add these cxx and c flags in order to get cmake to compile my library, is this something that should be added directly to xwin or is there some reason why `/include` and `/include/winrt` and …
-
### Describe the bug
Cross-platform compilation does not work:
```bash
cargo tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
```
The script keeps giving an error:
```bash
…
-
This is punted on in the current version, pending some evaluation of the options. There are ~~three~~ four options I know:
* [cross-rs](https://github.com/cross-rs/cross) (established, based on doc…
-
## Description
Libsodium-sys dependency is used by Stronghold-runtime for [memcpy](https://github.com/iotaledger/stronghold.rs/blob/dev/engine/runtime/src/types/const_eq.rs), [memzero](https://gith…