cargo-quickinstall icon indicating copy to clipboard operation
cargo-quickinstall copied to clipboard

[Feature Request] Add Android (Termux) Supported target

Open ckysmrn opened this issue 7 months ago • 1 comments

Termux is Terminal Emulator for Android, termux have rust package in their repository (debian based) . building rust crate with large dependencies in termux takes a lot times, and may giving storage issue (on limited storage) so.. if cargo-quickinstall supporting Android (termux), it will be help.

FYI: to supporting android target we need build using https://docs.rs/crate/cargo-ndk/0.6.1

ckysmrn avatar Jun 06 '25 00:06 ckysmrn

Thanks, we are definitely willing to support this!

NobodyXu avatar Jun 06 '25 07:06 NobodyXu