Skip to content

upgrade GTK library versions

Andy Russell requested to merge euclio/libdazzle-rs:version-update into master

This MR mainly updates the GTK library versions to 0.14, but it also does a few additional things:

  • Bumps the Rust library versions to 0.3.0
  • Simplifies the Makefile for regenerating bindings. Replaces the Makefile with a symlink to generate.py
  • Ignores a few constants in Gir.toml. For some reason I wasn't able to properly ignore the debug constant, so I just removed it from the Gir entirely. This fixes the C bindings tests. The removed constants are either macros that are unusable from Rust or version numbers that are difficult to keep in sync with system library versions.
Edited by Andy Russell

Merge request reports