Skip to content

Commit

Permalink
Upgrade to egui 0.25 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Feb 9, 2024
1 parent 055d0cf commit 0ab5554
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 365 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.1
toolchain: 1.74.1
override: true
- uses: actions-rs/cargo@v1
with:
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.1
toolchain: 1.74.1
target: wasm32-unknown-unknown
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.1
toolchain: 1.74.1
override: true
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
- uses: actions-rs/cargo@v1
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.1
toolchain: 1.74.1
override: true
components: rustfmt
- uses: actions-rs/cargo@v1
Expand All @@ -96,7 +96,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.1
toolchain: 1.74.1
override: true
components: clippy
- uses: actions-rs/cargo@v1
Expand All @@ -112,7 +112,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.1
toolchain: 1.74.1
target: wasm32-unknown-unknown
override: true
- name: Download and install Trunk binary
Expand Down
Loading

0 comments on commit 0ab5554

Please sign in to comment.