Skip to content

Draft: glycin: Make gdk an optional feature

An attempt to avoid depending on GTK 4.

This adds an optional feature to gdk for the examples only along with an internal feature to avoid copying the conversion enum between a single test and an example. Rust apps could opt-in for this feature but the C API won't expose it as optional features in C requires a separate pkg-conf, header & gir file and so on just for a conversion helper...

Edited by Bilal Elmoussaoui

Merge request reports