winresource 0.1.31

Create and set windows icons and metadata for executables
Documentation
1
2
3
4
FROM rust:1.87.0

RUN apt update && apt install -y mingw-w64 \
    && rustup target add x86_64-pc-windows-gnu