-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into grtlr/zoom-and-pan-area
- Loading branch information
Showing
237 changed files
with
6,584 additions
and
3,823 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
|
||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.80.0 | ||
toolchain: 1.81.0 | ||
|
||
- name: Install packages (Linux) | ||
if: runner.os == 'Linux' | ||
uses: awalsh128/[email protected].2 | ||
uses: awalsh128/[email protected].3 | ||
with: | ||
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd | ||
version: 1.0 | ||
|
@@ -83,7 +83,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.80.0 | ||
toolchain: 1.81.0 | ||
targets: wasm32-unknown-unknown | ||
|
||
- run: sudo apt-get update && sudo apt-get install libgtk-3-dev libatk1.0-dev | ||
|
@@ -103,7 +103,7 @@ jobs: | |
- name: wasm-bindgen | ||
uses: jetli/[email protected] | ||
with: | ||
version: "0.2.95" | ||
version: "0.2.97" | ||
|
||
- run: ./scripts/wasm_bindgen_check.sh --skip-setup | ||
|
||
|
@@ -155,7 +155,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: EmbarkStudios/cargo-deny-action@v1 | ||
with: | ||
rust-version: "1.80.0" | ||
rust-version: "1.81.0" | ||
log-level: error | ||
command: check | ||
arguments: --target ${{ matrix.target }} | ||
|
@@ -170,7 +170,7 @@ jobs: | |
|
||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.80.0 | ||
toolchain: 1.81.0 | ||
targets: aarch64-linux-android | ||
|
||
- name: Set up cargo cache | ||
|
@@ -189,7 +189,7 @@ jobs: | |
|
||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.80.0 | ||
toolchain: 1.81.0 | ||
targets: aarch64-apple-ios | ||
|
||
- name: Set up cargo cache | ||
|
@@ -208,7 +208,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.80.0 | ||
toolchain: 1.81.0 | ||
|
||
- name: Set up cargo cache | ||
uses: Swatinem/rust-cache@v2 | ||
|
@@ -232,18 +232,16 @@ jobs: | |
lfs: true | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: 1.80.0 | ||
toolchain: 1.81.0 | ||
|
||
- name: Set up cargo cache | ||
uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Run tests | ||
# TODO(lucasmerlin): Enable --all-features (currently this breaks the rendering in the tests because of the `unity` feature) | ||
run: cargo test | ||
run: cargo test --all-features | ||
|
||
- name: Run doc-tests | ||
# TODO(lucasmerlin): Enable --all-features (currently this breaks the rendering in the tests because of the `unity` feature) | ||
run: cargo test --doc | ||
run: cargo test --all-features --doc | ||
|
||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.