revert to winit 0.28 and wgpu 0.17 to fix fps on windows

This commit is contained in:
2025-03-02 12:56:16 +01:00
parent 94764d631e
commit 4c1ce8075e
4 changed files with 788 additions and 1058 deletions

View File

@@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winit = "0.29.15"
env_logger = "0.11.3"
winit = "0.28.6"
log = "0.4"
pico-args = "0.5"
wgpu = "0.19.3"
wgpu = "0.17"
pollster = "0.3.0"
bytemuck = { version = "1.15", features = [ "derive" ] }
anyhow = "1"