From 3bdd7dfddfda3d0c4b93670aa8041e3859be8b9d Mon Sep 17 00:00:00 2001 From: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:11:02 +0200 Subject: [PATCH] Update core-text to v20 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e04e2b9..c6f7abf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font-loader" -version = "0.11.0" +version = "0.12.0" authors = ["MSleepyPanda "] license = "MIT" readme = "Readme.md" @@ -17,7 +17,7 @@ libc = "0.2.15" winapi = { version = "0.3", default-features = false, features = ["winuser", "wingdi"] } [target.'cfg(target_os = "macos")'.dependencies] -core-text = "19" +core-text = "20" core-foundation = "0.9" [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]