embedinator
A simple utility to embed resources such as icons or manifests into a Windows executable from a cargo build script.
The advantage of crate over others such as windres
is that this crate directly outputs a linkable library file instead of relying on, possibly missing, platform tools such as rc.exe
and cvtres.exe
.
Additionally, this crate has no other dependencies.
Example