FaultyRAM / windres-rs

Compiles Windows resource files (.rc) into a Rust program.
Apache License 2.0
21 stars 4 forks source link

Example Usage #7

Open Michael-F-Bryan opened 7 years ago

Michael-F-Bryan commented 7 years ago

I imagine it may be useful for people not necessarily familiar with windows resource files to add in an example of you accessing some hypothetical icon file you've compiled in. The example in the README could be adjusted to also show a main.rs which then uses the corresponding winapi calls (i.e. FindResource and friends) to access the resource.