Skip to content

Commit

Permalink
Merge pull request #38 from bircni/additions
Browse files Browse the repository at this point in the history
add egui-material-icons & move workspace dependencies
  • Loading branch information
lucasmerlin authored Oct 1, 2024
2 parents 3f97b99 + 5a50bd5 commit 1ae058c
Show file tree
Hide file tree
Showing 30 changed files with 4,017 additions and 132 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install packages (Linux)
if: runner.os == 'Linux'
uses: awalsh128/[email protected]
with:
packages: libwebkit2gtk-4.1-dev
version: 1.0
execute_install_scripts: true

- uses: actions/checkout@v4

- name: Set up cargo cache
Expand All @@ -23,7 +31,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features --workspace --exclude egui_webview --exclude egui_flex -- -D warnings
args: --all-targets --all-features --workspace -- -D warnings

- name: RustFmt
uses: actions-rs/cargo@v1
Expand All @@ -35,7 +43,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --workspace --exclude egui_webview
args: --all-features --workspace

- name: Cargo Doc
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
Loading

0 comments on commit 1ae058c

Please sign in to comment.