Developing

Setup - Windows

Install GTK+3 on Windows

pacman -S mingw-w64-x86_64-gtk3
pacman -S mingw-w64-x86_64-toolchain
  • Add the following vars to local system envs:
GTK_LIB_DIR=C:\msys64\mingw64\lib
Path=$Path;C:\msys64\mingw64\bin
  • Add Rust target:
rustup target add x86_64-pc-windows-gnu