Skip to content

Commit

Permalink
Update rust-fontconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Oct 31, 2024
1 parent 9078ae5 commit f10c7e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azul-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion azul-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion azul-layout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion azulc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f10c7e7

Please sign in to comment.