rust-x-bindings / xkbcommon-rs

bindings and safe wrappers for libxkbcommon
MIT License
20 stars 24 forks source link

Bumping xcb version #1

Closed meh closed 8 years ago

meh commented 8 years ago

Any chance of bumping the version of the xcb dependency and publishing a new version so it avoids building two different versions of xcb?

I tested with a bumped version locally and it works, in theory it shouldn't be an issue to use two different versions because the API boundaries are just integers, but it's annoying to need two separate versions and inflates binary size.

meh commented 8 years ago

Actually it is a blocking issue, it won't recognize the xcb::Connection.

rtbo commented 8 years ago

bumped v0.2.1 that depends on xcb-0.7.*.