Pinning winit until wgpu updates

This commit is contained in:
Jonathan Johnson 2023-10-25 08:23:13 -07:00
parent 665107f59b
commit 91c540c2a2
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -5,5 +5,5 @@ edition = "2021"
[dependencies]
winit = "0.29.1-beta"
winit = "=0.29.1-beta"
raw-window-handle = "0.5.1"