#!/bin/bash
set -e
set -x
#export RUSTFLAGS="-Dwarnings"

cargo fmt --check
cargo clippy --no-deps

cargo check --features=testing,backend_wgpu