Skip to content

Commit

Permalink
Merge pull request #79 from jguhlin/android
Browse files Browse the repository at this point in the history
android
  • Loading branch information
jguhlin authored Aug 20, 2024
2 parents cac2cc0 + 8c45c82 commit 51e3aee
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 245 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ simdutf8 = {version = "0.1", optional = true}
needletail = { version = "0.5", optional = true, default-features = false}

# Dep for development
# minimap2-sys = { path = "./minimap2-sys" }
minimap2-sys = "0.1.19"
minimap2-sys = { path = "./minimap2-sys" }
# minimap2-sys = "0.1.19"
rust-htslib = { version = "0.47", default-features = false, optional = true }

[dev-dependencies]
Expand Down
196 changes: 143 additions & 53 deletions minimap2-sys/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions minimap2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = [
crate-type = ["cdylib", "rlib"]

[dependencies]
libz-sys = { version = "1.1.15", default-features = false }
libz-sys = { version = "1.1.17", default-features = false, features = ["libc"] }

[build-dependencies]
pkg-config = "0.3.30"
Expand All @@ -45,10 +45,10 @@ default-features = false
features = ["which-rustfmt", "runtime"]

[build-dependencies.cc]
version = "1.0.90"
version = "1.1"

[features]
default = ["libz-sys/libc"]
default = [] # "libz-sys/libc"
vendored = ["bindgen"]
sse2only = []
simde = []
Expand Down
Loading

0 comments on commit 51e3aee

Please sign in to comment.