Skip to content
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

"module unix is private" when building druid shell with raw-win-handle #2237

Closed
MDeiml opened this issue Aug 1, 2022 · 0 comments · Fixed by #2238
Closed

"module unix is private" when building druid shell with raw-win-handle #2237

MDeiml opened this issue Aug 1, 2022 · 0 comments · Fixed by #2238

Comments

@MDeiml
Copy link

MDeiml commented Aug 1, 2022

When building psst, compiling druid-shell fails as it uses the private unix module from raw-window-handle. Defined here (link to version 0.4.2 which is currently used):
https://github.com/rust-windowing/raw-window-handle/blob/62cbf83e8667a646bc4b53ccd8dd9c01812add23/src/lib.rs#L28

The relevant import is here

#[cfg(feature = "raw-win-handle")]
use raw_window_handle::{unix::XcbHandle, HasRawWindowHandle, RawWindowHandle};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant