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 for `*-pc-windows-gnullvm` #53

Closed QianNangong closed 1 year ago

QianNangong commented 1 year ago

Those targets use llvm-mingw as cross compiler, and have been added to Tier 3 officially.

nabijaczleweli commented 1 year ago

Released in v2.0.0, backport in v1.6.11; cheers!