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

finding other tools such as midl.exe #23

Closed mcgoo closed 3 years ago

mcgoo commented 3 years ago

Thanks for embed-resource. It's very amusing to come across something with such a clean api, where you think "Why on earth is there a whole crate for this?" and then look inside.

Other tools (in my case midl.exe) suffer from the same issue as rc.exe. Would you like a PR bloating your api to double the size? I'd like to be able to do:

let midl = embed_resource::find_tool("midl.exe").unwrap();

It'll help getting those TLBs embedded. Any interest?

nabijaczleweli commented 3 years ago

Fixed by #24, released in v1.4.0.