Deploy target for MacOS
This commit is contained in:
parent
2adec543ab
commit
0f5f0262df
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
[env]
|
||||||
|
MACOSX_DEPLOYMENT_TARGET = "10.15"
|
|
@ -22,12 +22,12 @@ repository = "https://github.com/Lymphatus/libcaesium"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mozjpeg-sys = "1.0.1"
|
mozjpeg-sys = "1.0.2"
|
||||||
oxipng = "5.0.1"
|
oxipng = "5.0.1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
gifsicle = "1.92.5"
|
gifsicle = "1.92.5"
|
||||||
webp = "0.2"
|
webp = "0.2"
|
||||||
infer = "0.7"
|
infer = "0.8"
|
||||||
image = { version = "0.24", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
|
image = { version = "0.24", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
|
||||||
img-parts = "0.2"
|
img-parts = "0.2"
|
||||||
bytes = "1.1"
|
bytes = "1.1"
|
||||||
|
|
Loading…
Reference in New Issue