Skip to content

Commit

Permalink
Merge pull request #37 from bircni/egui_0.29.0
Browse files Browse the repository at this point in the history
Update to egui `0.29.0` & Enhancements
  • Loading branch information
lucasmerlin authored Sep 28, 2024
2 parents 552f8ab + 02ac701 commit bd11422
Show file tree
Hide file tree
Showing 111 changed files with 1,829 additions and 1,807 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [ push ]
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand All @@ -11,10 +11,10 @@ jobs:
tests:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
miri:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Miri
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit bd11422

Please sign in to comment.