rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

Do you currently support libpng in Android ndk? #445

Closed Hope10086 closed 10 months ago

Hope10086 commented 10 months ago

`Do you currently supportlibpng `in Android ndk?

MarijnS95 commented 10 months ago

libpng and the Rust NDK wrapper crate have exactly nothing in common.

If you are looking to decode PNGs in Rust, use https://crates.io/crates/image (which uses https://crates.io/crates/png under the hood).

Or do you mean something entirely different?