From 2366de0c447b680c771f3ebcfb4bcdab52210716 Mon Sep 17 00:00:00 2001 From: Joseph Guhlin Date: Mon, 25 Nov 2024 16:53:52 +1300 Subject: [PATCH] Add arch's for android --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4657bca..9ab9112 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Contributors to this release: @mbhall88 @rob-p @Sam-Sims @charlesgregory @PB-DB + Add Send + Sync to Aligner, along with unit test @PB-DB + Only use rust-htslib/curl when curl feature is enabled @PB-DB + Mark bam::Record objects as supplementary @PB-DB -+ Experimental Android support, solves [#66](https://github.com/jguhlin/minimap2-rs/issues/66) ++ Experimental Android support (tested on aarch64 and x86_64), solves [#66](https://github.com/jguhlin/minimap2-rs/issues/66) ### 0.1.20 minimap2 2.28 + Fix htslib errors. No update to -sys crate needed.