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
When running the example app on Mac, got the following error preventing app from running
error[E0277]: the trait bound `Window: raw_window_handle::borrowed::HasWindowHandle` is not satisfied
--> src/main.rs:19:23
|
19 | apply_vibrancy(&window, NSVisualEffectMaterial::HudWindow, None, None)
| -------------- ^^^^^^ the trait `raw_window_handle::borrowed::HasWindowHandle` is not implemented for `Window`, which is required by `&Window: raw_window_handle::borrowed::HasWindowHandle`
| |
| required by a bound introduced by this call
|
= help: the following other types implement trait `raw_window_handle::borrowed::HasWindowHandle`:
raw_window_handle::borrowed::WindowHandle<'_>
&H
&mut H
= note: required for `&Window` to implement `raw_window_handle::borrowed::HasWindowHandle`
The text was updated successfully, but these errors were encountered:
When running the example app on Mac, got the following error preventing app from running
The text was updated successfully, but these errors were encountered: