mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
7 lines
166 B
Bash
Executable File
7 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
|
cd "$script_path/.."
|
|
|
|
cargo bloat --release --bin egui_demo_app -n 200 | rg "egui "
|