redwarp / gifdecoder

An implementation of a gif decoder written 100% in Kotlin, plus an associated Drawable for Android
Apache License 2.0
47 stars 6 forks source link

Do not depend on `cargoBuild` #3

Closed cortinico closed 3 years ago

cortinico commented 3 years ago

Given android-drawable-native being currently broken, calling gradle assemble on the project fails as the cargoBuild task is missing. I'm removing this dependency.

redwarp commented 3 years ago

I guess that is fair ;-)

redwarp commented 3 years ago

@nco Though, it probably fails for you because you don't have rust installed. Once I fix the native module, it will require rust, and it means that I'll need a way to detect if rust is installed somehow, and disable the native project when rust is not installed, or at last display a meaningful error

cortinico commented 3 years ago

Summoning @macisamuele to the rescue :)