mxre / winres

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

Provide fallback implementation of compile_with_toolkit #10

Closed mdsteele closed 5 years ago

mdsteele commented 6 years ago

This allows winres to still compile on non-gnu, non-msvc target_envs (such as MacOS), although calls to compile_with_toolkit will always fail in those cases. This makes it simpler to depend on winres in build scripts that target multiple platforms besides Windows.