mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
12 lines
163 B
Bash
Executable File
12 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cargo fmt --all -- --check
|
|
cargo check --all-features
|
|
cargo clippy
|
|
|
|
# ./build_wasm.sh
|
|
# open "docs/index.html"
|
|
|
|
cargo run --bin example_glium
|