Skip to content

Simplfy and fix wgpu::color #106

Simplfy and fix wgpu::color

Simplfy and fix wgpu::color #106

Workflow file for this run

name: Format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check format
run: cargo fmt -- --check