From f10c7e77e8f49722f370c11abaa1f0e082ebeae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Thu, 31 Oct 2024 12:39:12 +0100 Subject: [PATCH] Update rust-fontconfig --- Cargo.lock | 4 ++-- azul-core/Cargo.toml | 2 +- azul-desktop/Cargo.toml | 2 +- azul-layout/Cargo.toml | 2 +- azulc/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b838f3af..4ae77a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,9 +1663,9 @@ dependencies = [ [[package]] name = "rust-fontconfig" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6059add64a75fd640b1a72fec01dc6ba7945ac4a9b3f88849187cfc493633a8f" +checksum = "6aac08bdae2def81169a073ec3af0757eae1bf504827fd900739d0394891767c" dependencies = [ "allsorts 0.15.0", "base64 0.22.1", diff --git a/azul-core/Cargo.toml b/azul-core/Cargo.toml index 46341ab2..8a1d4f94 100644 --- a/azul-core/Cargo.toml +++ b/azul-core/Cargo.toml @@ -23,7 +23,7 @@ azul-css-parser = { path = "../azul-css-parser", version = "0.0.1", opti rayon = { version = "1.5.3", default-features = false, optional = true } gl-context-loader = { version ="0.1.8", default-features = false } highway = { version = "0.8.0", default-features = false } -rust-fontconfig = { version = "0.1.11", default-features = false } +rust-fontconfig = { version = "0.1.12", default-features = false } [features] default = ["std"] diff --git a/azul-desktop/Cargo.toml b/azul-desktop/Cargo.toml index 49c9334c..89152016 100644 --- a/azul-desktop/Cargo.toml +++ b/azul-desktop/Cargo.toml @@ -25,7 +25,7 @@ azul-css-parser = { path = "../azul-css-parser", version = "0.0.1", def log = { version = "0.4.17", default-features = false, optional = true } fern = { version = "0.6.1", default-features = false, optional = true } backtrace = { version = "0.3.66" } -rust-fontconfig = { version = "0.1.11", default-features = false, features = ["std", "parsing"] } +rust-fontconfig = { version = "0.1.12", default-features = false, features = ["std", "parsing"] } strfmt = { version = "0.1.6", default-features = false } libm = { version = "0.2.2", default-features = false } gl-context-loader = { version ="0.1.8", default-features = false } diff --git a/azul-layout/Cargo.toml b/azul-layout/Cargo.toml index 223cf737..d211cb9f 100644 --- a/azul-layout/Cargo.toml +++ b/azul-layout/Cargo.toml @@ -18,7 +18,7 @@ azul-css = { path = "../azul-css", version = "0.0.1", default-feature azul-core = { path = "../azul-core", version = "0.0.2", default-features = false, features = ["multithreading", "css_parser"] } azul-text-layout = { path = "../azul-text-layout", version = "0.0.5", default-features = false, optional = true } rayon = { version = "1.5.3", default-features = false } -rust-fontconfig = { version = "0.1.11", default-features = false } +rust-fontconfig = { version = "0.1.12", default-features = false } [dev-dependencies] azul-css-parser = { path = "../azul-css-parser", version = "0.0.1" } diff --git a/azulc/Cargo.toml b/azulc/Cargo.toml index f9dfe800..d9bcf92a 100644 --- a/azulc/Cargo.toml +++ b/azulc/Cargo.toml @@ -33,7 +33,7 @@ azul-css = { path = "../azul-css", version = "0.0.1", azul-css-parser = { path = "../azul-css-parser", version = "0.0.1", default-features = false } azul-layout = { path = "../azul-layout", default-features = false } image = { version = "0.24.3", default-features = false, optional = true } -rust-fontconfig = { version = "0.1.11", default-features = false, optional = true } +rust-fontconfig = { version = "0.1.12", default-features = false, optional = true } lyon = { version = "0.17.10", default-features = false, optional = true } rayon = { version = "1.5.3", default-features = false, optional = true } usvg = { version = "0.22.0", default-features = false, optional = true, features = ["export"] }