• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3set -e
4
5CARGO='rustup run 1.68.2 cargo'
6$CARGO check --features "bytemuck mint rand serde debug-glam-assert" && \
7$CARGO check --features "scalar-math bytemuck mint rand serde debug-glam-assert" && \
8$CARGO check --no-default-features --features "libm scalar-math bytemuck mint rand serde debug-glam-assert"
9