Deploy target for MacOS

This commit is contained in:
Matteo Paonessa 2022-06-06 16:15:55 +02:00
parent 2adec543ab
commit 0f5f0262df
2 changed files with 5 additions and 2 deletions

3
.cargo/config.toml Normal file
View File

@ -0,0 +1,3 @@
[env]
MACOSX_DEPLOYMENT_TARGET = "10.15"

View File

@ -22,12 +22,12 @@ repository = "https://github.com/Lymphatus/libcaesium"
license = "Apache-2.0"
[dependencies]
mozjpeg-sys = "1.0.1"
mozjpeg-sys = "1.0.2"
oxipng = "5.0.1"
libc = "0.2"
gifsicle = "1.92.5"
webp = "0.2"
infer = "0.7"
infer = "0.8"
image = { version = "0.24", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
img-parts = "0.2"
bytes = "1.1"