Skip to content

Commit

Permalink
[feat] Remove path dep
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Feb 5, 2024
1 parent ceae875 commit 000adc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraw-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ libc = "0.2.123"
libz-sys = { version = "1.1.8", optional = true, features = ["static"], default-features = false }
# We want to switch out to libjpeg-turbo but currently the build system depends cmake and doesn't build on windows for some reason
# mozjpeg-sys = { path = "/Users/fs0c131y/Projects/aftershoot/mozjpeg-sys", optional = true, features = ["jpeg80_abi", "nasm_simd", "with_simd", "nasm_simd_parallel_build", "parallel"] }
# libjpeg-sys = { git = "https://github.com/aftershootco/libjpeg-sys", optional = true }
libjpeg-sys = { path = "/Users/fs0c131y/Projects/aftershoot/libjpeg-sys", optional = true }
libjpeg-sys = { git = "https://github.com/aftershootco/libjpeg-sys", optional = true }
openmp-sys = { version = "1.2.3", optional = true }

[build-dependencies]
Expand Down

0 comments on commit 000adc9

Please sign in to comment.