Skip to content

Fix touch and wasm texture format error #14

Fix touch and wasm texture format error

Fix touch and wasm texture format error #14

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-features -- -D warnings