Skip to content

Update egui to 0.30 and wgpu to 23.0.1 #401

Update egui to 0.30 and wgpu to 23.0.1

Update egui to 0.30 and wgpu to 23.0.1 #401

Workflow file for this run

name: Wasm CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
check:
name: "clippy, build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
targets: wasm32-unknown-unknown
components: clippy
- uses: taiki-e/install-action@v2
with:
tool: just
- uses: jetli/[email protected]
with:
version: 0.2.95
- run: just clippy-wasm
- run: just web-build