mxre / winres

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

Support appending raw rc content #23

Closed blckngm closed 2 years ago

blckngm commented 4 years ago

To support other types of resources that we do not have a builder method for yet.

(I think it's already possible with write_resource_file and set_resource_file, but this is much nicer.)