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
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ jobs:
key: download-cache
path: /tmp/icu4x-source-cache

- name: Install harfbuzz
run: sudo apt install libharfbuzz-dev

# Actual job
- name: Run `cargo make ci-job-test-tutorials-${{ matrix.behavior }}`
run: cargo make ci-job-test-tutorials-${{ matrix.behavior }}
Expand Down
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 = { workspace = true }
tinystr = { workspace = true }

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

[features]
default = []
Expand Down
19 changes: 3 additions & 16 deletions ffi/harfbuzz/README.md

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

Loading
Loading