Skip to content

Commit

Permalink
Update allsorts for font parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 6, 2024
1 parent d7da3ac commit 646b5e3
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 189 deletions.
111 changes: 11 additions & 100 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.12", default-features = false }
rust-fontconfig = { version = "0.1.13", 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.12", default-features = false, features = ["std", "parsing"] }
rust-fontconfig = { version = "0.1.13", 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.12", default-features = false }
rust-fontconfig = { version = "0.1.13", default-features = false }

[dev-dependencies]
azul-css-parser = { path = "../azul-css-parser", version = "0.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion azul-text-layout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ autoexamples = false
azul-css = { path = "../azul-css", version = "0.0.1", default-features = false }
azul-core = { path = "../azul-core", version = "0.0.2", default-features = false, features = ["std"] }
unicode-normalization = { version = "0.1.21", default-features = false }
allsorts = { version = "0.10.0", default-features = false, features = ["flate2_rust"] }
allsorts = { version = "0.15.0", default-features = false, features = ["flate2_rust"] }
tinyvec = { version = "1.6.0", default-features = false }
rayon = { version = "1.5.3", default-features = false }
ttf-parser = { version = "0.15.2", default-features = false, features = ["variable-fonts"] }
Loading

0 comments on commit 646b5e3

Please sign in to comment.