Skip to content

Commit

Permalink
Initial setup of cairo rendering backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Dec 16, 2024
1 parent 2a2f7ba commit b5a5707
Show file tree
Hide file tree
Showing 46 changed files with 2,785 additions and 373 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 b5a5707

Please sign in to comment.