- Published on
## Environment
```
OS: Fedora 33 (Workstation Edition) x86_64
CPU: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz x86_64
rustc: 1.49.0 (e1884a8e3 2020-12-2)
cargo: 1.49.0 (d00d64df9 2020-12-05)
```
## Requirements
```bash
# Install build dependencies
sudo dnf install -y mingw64-gcc
sudo dnf install -y mingw64-winpthreads-static
...