Skip to content

Core updated to iced 0.12.0. Most examples compile. #507

Core updated to iced 0.12.0. Most examples compile.

Core updated to iced 0.12.0. Most examples compile. #507

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
components: rustfmt
- uses: actions/checkout@master
- name: Check format
run: cargo fmt --all -- --check