mxre / winres

Create and set windows icons and metadata for executables with a rust build script
MIT License
297 stars 42 forks source link

Dependency: update toml to 0.7 #45

Closed WindSoilder closed 1 year ago

WindSoilder commented 1 year ago

Hi, I found out that the dependency toml is not up to date, which may cause some applications (like nushell) to compile it multiple times. It would be nice if toml was updated and released without breaking semver compatibility in version numbers. Then our echo system will benefit from it too :) What do you think?

BenjaminRi commented 1 year ago

@WindSoilder Fyi: You will most likely not get a response here. @mxre has abandoned this repository and it no longer works with up to date Rust compilers. For more info, please refer to #40.

There are forks available. For example:

Mine: https://crates.io/crates/winresource The one by tauri: https://crates.io/crates/tauri-winres

I will see to it that the toml version is incremented on my fork.

BenjaminRi commented 1 year ago

It is merged in winresource = "0.1.15"

WindSoilder commented 1 year ago

Hi @BenjaminRi , thanks for your information.

I'll try to use winresource..