tauri-winres 0.3.0

Create and set windows icons and metadata for executables
Documentation
# Changelog

## \[0.3.0]

- `winres` is now more strict about `embed_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.
  - [181645b]https://github.com/tauri-apps/winres/commit/181645b7fdfdc96da58df7e839bc2a14897d6233 feat: More strictly handle resource compiler issues. ([#20]https://github.com/tauri-apps/winres/pull/20) on 2025-01-29

## \[0.2.1]

- Updated `embed-resource` to v3. No user facing changes.
  - [8e8897c]https://github.com/tauri-apps/winres/commit/8e8897c470e81f211a12a45edd5534926f2c691f chore(deps): update rust crate embed-resource to v3 ([#18]https://github.com/tauri-apps/winres/pull/18) on 2025-01-29

## \[0.2.0]

- Updated `toml` crate to `0.8`. This raises this crate's MSRV to `1.65`.
  - [fad716e]https://github.com/tauri-apps/winres/commit/fad716eb94ee178b5e886ec280707bbc5589b029 chore(deps): update toml to 0.8 ([#13]https://github.com/tauri-apps/winres/pull/13) on 2025-01-10

## \[0.1.1]

- Added `compile_for` function to select which binaries to apply the resource to.
  - [3aa8411]https://github.com/tauri-apps/winres/commit/3aa84115f6a80d74fd28f4f8c81ef734ccb1c37e refactor: Use embed-resource crate to compile resources ([#9]https://github.com/tauri-apps/winres/pull/9) on 2023-05-04
- 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.
  - [3aa8411]https://github.com/tauri-apps/winres/commit/3aa84115f6a80d74fd28f4f8c81ef734ccb1c37e refactor: Use embed-resource crate to compile resources ([#9]https://github.com/tauri-apps/winres/pull/9) on 2023-05-04

## \[0.1.0]

- Initial release.
  - [72e3fec]https://github.com/tauri-apps/winres/commit/72e3fecc69ad4fe6eaabc53a3f714d1ef6d39ad8 ci: Add covector to prepare publishing ([#5]https://github.com/tauri-apps/winres/pull/5) on 2023-01-19