This change removes dependency on the xkb and xkbcommon-sys crates (and this indirectly, bindgen and everything below it) by using our own ffi wrapper, based on sctk's.
A new feature dlopen, enabled by default, is added that causes xkbcommon to be loaded at runtime instead of linked at build-time.
This change removes dependency on the
xkb
andxkbcommon-sys
crates (and this indirectly,bindgen
and everything below it) by using our own ffi wrapper, based on sctk's.A new feature
dlopen
, enabled by default, is added that causes xkbcommon to be loaded at runtime instead of linked at build-time.cargo tree
: