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
173 stars 29 forks source link

Better documentation for getting started w/ manifests #15

Closed jpoles1 closed 4 years ago

jpoles1 commented 4 years ago

Per the discussion on this issue on the Rust lang repo, I think that this repo is posed to serve as a great way to embed windows manifests into Rust executables.

I wrote up some quick instructions for how to include a basic manifest, as I had a bit of trouble doing so with the information available in this repo. Wondering if the maintainers (@nabijaczleweli) would like something similar to be included in the readme or elsewhere in the docs! Would be happy to submit a PR if so.

nabijaczleweli commented 4 years ago

Apologies for the delay, but, sure, expanding the Quickstart sexion of the README would be lovely!

nabijaczleweli commented 4 years ago

Implemented in #16

nabijaczleweli commented 4 years ago

Released in v1.3.2.