This is the first step towards making cairo an optional dependency.
Instead of using cairo's builtin png functionality, load PNGs using libpng and render with pixman. libpng itself is also an optional dependency. Without it, fuzzel will not support (i.e. load and display) PNGs.
Closes #8
This is the first step towards making cairo an optional dependency.
Instead of using cairo's builtin png functionality, load PNGs using libpng and render with pixman. libpng itself is also an optional dependency. Without it, fuzzel will not support (i.e. load and display) PNGs.
Closes #8