nabijaczleweli / rust-embed-resource

A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
MIT License
166 stars 29 forks source link

Support using llvm-rc to compile RC files #29

Closed roblabla closed 3 years ago

roblabla commented 3 years ago

LLVM has its own RC file compiler called llvm-rc. It's available on Ubuntu 20.04, simply apt install llvm. This could be used instead of windres if it is found.

nabijaczleweli commented 3 years ago

Released in v1.5.0.