Skip to content

Commit

Permalink
Merge pull request #703 from jaytaph/cairo-renderer
Browse files Browse the repository at this point in the history
Initial setup of cairo rendering backend
  • Loading branch information
jaytaph authored Dec 19, 2024
2 parents 4755e6e + b5a5707 commit b7068d6
Show file tree
Hide file tree
Showing 46 changed files with 2,763 additions and 332 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
toolchain: ${{ matrix.rust_version }}
- name: Install dependencies
run: sudo apt update -y && sudo apt install sqlite3 libsqlite3-dev -y
run: sudo apt update -y && sudo apt install sqlite3 libsqlite3-dev libglib2.0-dev libcairo2-dev libgdk-pixbuf-2.0-dev libpango1.0-dev libgtk-4-dev -y
- name: Cache cargo
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: lscpu
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update -y && sudo apt install sqlite3 libsqlite3-dev -y
run: sudo apt update -y && sudo apt install sqlite3 libsqlite3-dev libglib2.0-dev libcairo2-dev libgdk-pixbuf-2.0-dev libpango1.0-dev libgtk-4-dev -y
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust_version }}
Expand Down Expand Up @@ -97,6 +97,8 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust_version }}
- name: Install dependencies
run: sudo apt update -y && sudo apt install sqlite3 libsqlite3-dev libglib2.0-dev libcairo2-dev libgdk-pixbuf-2.0-dev libpango1.0-dev libgtk-4-dev -y
- name: Cache cargo
uses: actions/cache@v4
with:
Expand Down
Loading

0 comments on commit b7068d6

Please sign in to comment.