add build info

This commit is contained in:
jb-alvarado 2022-02-23 21:24:53 +01:00
parent 13551a0237
commit 8c731a3b55

View File

@ -14,3 +14,5 @@ rustup target add x86_64-pc-windows-gnu
```
[Cross](https://github.com/cross-rs/cross#dependencies) could be an option to.
To build, run: `cargo build --release --target=x86_64-pc-windows-gnu`