mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
minor glium app change
This commit is contained in:
11
build_glium.sh
Executable file
11
build_glium.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user