Skip to content

Commit

Permalink
Update pdfium lib
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 29, 2024
1 parent 471e927 commit 4016c03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Download the pdfium library
run: |
curl -LO https://github.com/bblanchon/pdfium-binaries/releases/download/chromium%2F5880/pdfium-linux-x64.tgz
curl -LO https://github.com/bblanchon/pdfium-binaries/releases/download/chromium%2F6679/pdfium-linux-x64.tgz
mkdir pdfium-linux-x64
tar -xvzf ./pdfium-linux-x64.tgz -C pdfium-linux-x64
sudo mv ./pdfium-linux-x64/lib/libpdfium.so /usr/lib
Expand Down
1 change: 0 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ float-cmp = "0.9.0"
difference = "2.0.0"
paste = "1.0.15"
rustybuzz = "0.18.0"
sitro = {git = "https://github.com/LaurenzV/sitro", rev = "2589ce31"}
sitro = {git = "https://github.com/LaurenzV/sitro", rev = "0dac5126"}
cosmic-text = {git = "https://github.com/LaurenzV/cosmic-text", rev = "d8cad28"}
quote = "1.0.37"
syn = { version = "2.0.76", features = ["full", "extra-traits"] }
Expand Down

0 comments on commit 4016c03

Please sign in to comment.