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.
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.