Boop-GTK

A scriptable scratchpad for developers

Port of @IvanMathy's Boop to GTK

Continuous integration Crates.io

Get Boop-GTK

Building

Linux

shell sudo apt-get install -y libgtk-3-dev libgtksourceview-3.0-dev cargo build

MacOS

shell brew install gtk+3 gtksourceview3 cargo build

Windows

```powershell git clone https://github.com/wingtk/gvsbuild.git C:\gtk-build\github\gvsbuild

cd C:\gtk-build\github\gvsbuild

python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 -k --enable-gi --py-wheel --py-egg gtk3 gdk-pixbuf gtksourceview3

$Env:RUSTFLAGS = "-L C:\gtk-build\gtk\x64\release\lib"; cargo build ```