rust-ico
rust-ico copied to clipboard
Add the ability to consume the IconImage
This is useful for embedding an ico window icon and using it with winit, which requires that the icon is a Vec<u8>
Looks good, thanks, just need to fix the lint error I think? (Looks like just need to run cargo fmt.)