MangoHud/bin/meson.build
Adel KARA SLIMANE 6306fed7f7 Add mangoplot script
Displays frame time distributions from local files

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2023-05-28 11:46:05 +02:00

8 lines
201 B
Meson

# runtime dependencies for `mangoplot`: matplotlib and a GUI backed like PyQt5
install_data(
'mangoplot.py',
install_dir: get_option('bindir'),
rename: 'mangoplot',
install_mode: 'rwxr-xr-x'
)