Rodrigodd / gameroy

A Game Boy emulator, disassembler and debugger, written in Rust
Apache License 2.0
266 stars 6 forks source link

Remove unnecessary OS dependencies adding resvg as build-dependencies #9

Closed samuel-cavalcanti closed 1 year ago

samuel-cavalcanti commented 1 year ago

Hi, current this project needs to install resvg in the OS, But it's possible to create the png files adding resvg as build-dependencies. Basically this pull request will replace the sub commands.

Btw I use Archlinux, so I tested it in linux and android:

image

image

Aproposito @Rodrigodd muito bom trabalho ta de parabéns !!! :ok_hand: :clap: :clap:

Rodrigodd commented 1 year ago

Thank you for the contribution! It's a great change; I should have implemented it this way from the start.

And from your android screenshot I see that you have the same issue as in #8. I need to take a look at that.

@samuel-cavalcanti Vlw!