Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to harfbuzz funcs #4794

Merged
merged 15 commits into from
Apr 23, 2024
129 changes: 4 additions & 125 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions ffi/harfbuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ skip_optional_dependencies = true
denylist = ["bench", "serde", "logging"]

[dependencies]
harfbuzz-sys = { version = "0.5.0" }
harfbuzz-traits = { version = "0.6.0" }
icu_normalizer = { workspace = true }
icu_properties = { workspace = true }
icu_provider = {workspace = true, features = ["macros"] }
displaydoc = { version = "0.2.3", default-features = false }
Manishearth marked this conversation as resolved.
Show resolved Hide resolved
tinystr = { workspace = true }

[dev-dependencies]
harfbuzz = { version = "0.4.0" }

[features]
default = []
Expand Down
Loading
Loading