mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fix up some examples (#3614)
This commit is contained in:
11
examples/run_all.sh
Executable file
11
examples/run_all.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path/"
|
||||
set -x
|
||||
|
||||
for example_name in *; do
|
||||
if [ -d "$example_name" ]; then
|
||||
cargo run --quiet -p $example_name
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user