mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
9 lines
129 B
Bash
Executable File
9 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cargo fmt --all -- --check
|
|
cargo check --all-features
|
|
cargo clippy
|
|
|
|
cargo run --bin example_glium --release
|