mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cargo run --bin egui_demo_app --release
|