You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow for building binaries which can run regardless of whether or not the user has libxcb installed. x11-rs already does this by providing the x11-dl crate (after it was requested). This is particularly useful for applications which want to work under both X11 and Wayland.
The text was updated successfully, but these errors were encountered:
That feature will be much easier from v1.0 as there is no more linking to the extension libraries (only libxcb.so is linked to).
I will target this for v1.1.
It looks like it would be tricky to use dlib for this due to this crate's custom code generation. It might be better to implement this using the custom code generator.
This would allow for building binaries which can run regardless of whether or not the user has
libxcb
installed.x11-rs
already does this by providing thex11-dl
crate (after it was requested). This is particularly useful for applications which want to work under both X11 and Wayland.The text was updated successfully, but these errors were encountered: