Skip to content

Bump egui to version 0.26, run cargo update #195

Bump egui to version 0.26, run cargo update

Bump egui to version 0.26, run cargo update #195

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run rustfmt
run: make format-check