winres
is now more strict aboutembed_resource
's result (using manifest_required instead of manifest_option) and therefore may panic more likely, for example if the environment is missing a resource compiler.
- Updated
embed-resource
to v3. No user facing changes.
- Updated
toml
crate to0.8
. This raises this crate's MSRV to1.65
.
- Added
compile_for
function to select which binaries to apply the resource to. - Use https://github.com/nabijaczleweli/rust-embed-resource to compile the resource for better cross-platform compilation support. Note that because of this a few methods are no-op now and marked as deprecated. Technically this was a breaking change.