Files
Pumpkin/pumpkin
Alexander Medvedev a0b4785269 Move from image to png crate
We used the famous and good `image` crate to load the favicon. Its a good crate but its in fact has features we don't need, Its in fact a "An Image Processing Library" like it is mentioned on their README. Its also supports multiple image formats which we don't need. The `png` is a PNG & APNG Decoder & Encoder, Exactly what we need. Its about Half the size of the image crate (while only having png feature)
2024-10-07 20:47:08 +01:00
..
2024-10-07 20:47:08 +01:00
2024-10-07 20:47:08 +01:00
2024-08-08 13:02:35 +02:00