rust-ico icon indicating copy to clipboard operation
rust-ico copied to clipboard

Rust library for encoding/decoding ICO image files

Results 2 rust-ico issues
Sort by recently updated
recently updated
newest added

This is useful for embedding an ico window icon and using it with `winit`, which requires that the icon is a `Vec`

I stumbled on this, as you know it's marked as not implemented, but I figured I can circumvent it with lodepng that supports indexed palettes. ## Workaround 1. Add ```...