Skip to content

Commit

Permalink
[feat] Don't link to useless deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Feb 5, 2024
1 parent f2eeb7f commit efb456c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
anyhow = "1.0.75"
bindgen = "0.69.1"
cmake = "0.1.50"
nasm-rs = { version = "0.2.5", features = ["parallel"] }
# sorse = { version = "0.1.0", registry = "ktra" }
sorse = { path = "../sorse/" }

[features]
default = ["build", "simd"]
jpeg80_abi = ["jpeg70_abi"]
jpeg70_abi = ["arith_dec", "arith_enc"]
arith_enc = []
arith_dec = []
jpegtran = []
simd = []
build = []

0 comments on commit efb456c

Please sign in to comment.