On ubuntu, these are not available by default.
Some of the crates are not native rust and instead just wrap these packages and will fail compilation without them being available.
sudo apt install libgtk-3-dev libatk1.0-dev libgdk-pixbuf-2.0-dev libpango1.0-dev
On ubuntu, these are not available by default.
Some of the crates are not native rust and instead just wrap these packages and will fail compilation without them being available.
sudo apt install libgtk-3-dev libatk1.0-dev libgdk-pixbuf-2.0-dev libpango1.0-dev