emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1k stars 95 forks source link

Option to embed icon file in windows should be available #285

Closed arnabanimesh closed 1 year ago

arnabanimesh commented 2 years ago

Currently, icon file is loaded from the path. If the icon file is renamed or moved, it is gone. The option to embed icon (like that of Linux) should be available.

emoon commented 2 years ago

This support was added by @xkevio in a PR. I wonder if any of you would be interested in adding this feature?

emoon commented 1 year ago

Friendly ping on this @arnabanimesh

emoon commented 1 year ago

Closing this due to no activity