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.
Any chance of bumping the version of the
xcb
dependency and publishing a new version so it avoids building two different versions ofxcb
?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.