egui/sh/find_bloat.sh
2021-05-09 13:28:24 +02:00

6 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 "