mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-08 07:10:28 +00:00
6306fed7f7
Displays frame time distributions from local files Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
8 lines
201 B
Meson
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'
|
|
)
|