mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 00:37:27 +00:00
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cargo run --bin egui_demo --release
|