GTK Windows Install

# Install MSYS2 and run this command in the MSYS2 shell:

# For GTK3:
pacman -S mingw-w64-x86_64-gtk3

# For GTK4:
pacman -S mingw-w64-x86_64-gtk4
dex!?