mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 06:34:17 +03:00
048495b651
Force using xcb-util 0.2.1 precisely because 0.2.2 pulls in a conflicting major version of xcb (0.8 -> 0.9). It's a non-trivial upgrade: the types around xkb are different and features need to be specified in the manifest to enable compilation of the things that we depend upon. In addition, xkbdcommon, on which we depend, requires xcb 0.8 and results in pulling in two conflicting versions of the crates. It's a bit of a painful situation and will require some effort to figure out how to upgrade the xcb dependency, when we're ready for that. refs: https://github.com/meh/rust-xcb-util/issues/12 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |