5 lines
57 B
Bash
5 lines
57 B
Bash
![]() |
#!/bin/bash
|
||
|
set -eu
|
||
|
|
||
|
cargo run --bin egui_demo --release
|