-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x11 lib needed, perhaps this to install instructions? #83
Comments
Is this a build dependency for the crate (library), or for the examples? |
From a quick survey, it seems like this is actually a bug in the depths of I'm happy to document the required dependency, but in the future I would be more interested in documenting how to disable the requirement by setting a feature flag. ;) |
The upstream issue has been resolved, and consumers of [target.'cfg(all(unix, not(target_os = "ios"), not(target_os = "macos")))'.dependencies]
gfx-backend-vulkan = { version = "0.5", features = ["x11"] } I'll leave this ticket open to track the documentation work... which won't be viable to begin until we update |
Users of this library is likely to stumble upon this issue, at least in linux environments.
servo/rust-xlib#44
It's trivially fixable with
sudo apt install libx11-dev
and easily googleable, but perhaps adding this to README.md could be helpful?The text was updated successfully, but these errors were encountered: