mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cargo run --bin demo_glium --release
|