We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
unix
raw-window-handle
The relevant import is here
druid/druid-shell/src/backend/gtk/window.rs
Lines 46 to 47 in 235d721
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When building psst, compiling druid-shell fails as it uses the private
unix
module fromraw-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
druid/druid-shell/src/backend/gtk/window.rs
Lines 46 to 47 in 235d721
The text was updated successfully, but these errors were encountered: