oknozor / illumination

A mardown renderer for nvim written with gtkrs and neovim-lib
GNU General Public License v3.0
84 stars 6 forks source link

Fixed build issues #18

Closed cosmoduff closed 4 years ago

cosmoduff commented 4 years ago

Builds are currently failing due to an error about a missing trait and multiple versions of glib being pulled in. This would address this by bumping the version of webkit2gtk to 0.9 and importing the prelude for ComboBoxExt. I was successfully able to build on Arch Linux using GTK 3.24 and on Debian 10.3. This should solve issues 16 and 17.

oknozor commented 4 years ago

Hello @cosmoduff sorry I did not see your PR before. I am merging this right now !