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"