ozwaldorf / lutgen-rs

Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes.

Home Page:https://docs.rs/lutgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows binary

sergeevabc opened this issue · comments

Dear @ozwaldorf, is there a chance that you will make your program available to a wider audience by releasing an executable file for Windows 7 x64?

Can you try this build of v0.9.0? x86_64-pc-windows-gnu.tar.gz

Added to the last release, and I'll start building these for future releases

Added to the last release, and I'll start building these for future releases

0.9.0 works fine on my end, but 0.10.0 has no Windows build.

Added to the last release, and I'll start building these for future releases

0.9.0 works fine on my end, but 0.10.0 has no Windows build.

Fixed! Setup a CI builder I can dispatch on any revision to easily build this for releases

Fixed!

Unfortunately, it does not work on Windows 7 since you used the latest version of Rust compiler. Those traitors have recently removed the ability to compile for the mentioned OS.

See https://blog.rust-lang.org/2024/02/26/Windows-7.html

Added a legacy-windows binary built with rustc 1.77.2

See https://blog.rust-lang.org/2024/02/26/Windows-7.html

Yep, it makes me sad. Go, Python and Rust languages turned out to be modern Trojan horses. Under the guise of progress, they have become a tool for dividing people into classes: the golden billion and the rest. Thank goodness this did not affect C language, for its apps can still be compiled for the widest range of OSes, including Windows 7.

Added a legacy-windows binary built with rustc 1.77.2

Thank you for staying true to the mission of helping humanity through technology.

It works as expected.

$ ver
Microsoft Windows [Version 6.1.7601]

$ lutgen -V
lutgen 0.10.1