Fix examples not render on Wayland
The `rwh_05` feature was not enabled.
Fixes: e41fac825c (Update to new raw-window-handle strategy)
This commit is contained in:
parent
f5b4d6938f
commit
880238a24f
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ smol_str = "0.2.0"
|
|||
[dev-dependencies]
|
||||
image = { version = "0.24.0", default-features = false, features = ["png"] }
|
||||
simple_logger = { version = "4.2.0", default_features = false }
|
||||
winit = { path = ".", features = ["rwh_05"] }
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies]
|
||||
softbuffer = "0.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue