feat: code borrowed from https://github.com/MCorange99/svg2colored-png/tree/main in order to convert from svg to png

This commit is contained in:
silver 2025-06-07 01:05:08 +01:00
parent 725bfa41cc
commit 0034bd34d6
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
5 changed files with 867 additions and 221 deletions

View file

@ -2,3 +2,5 @@ pub mod database;
pub mod minecraft;
pub mod set_roles;
pub mod wolves;
pub mod renderer;