From 0f5f0262df54e6101e2f21e0af2efe7cc2c7f2a3 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Mon, 6 Jun 2022 16:15:55 +0200 Subject: [PATCH] Deploy target for MacOS --- .cargo/config.toml | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..a00ac55 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ + +[env] +MACOSX_DEPLOYMENT_TARGET = "10.15" \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index be383ad..fff47e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"