mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-15 13:24:20 +00:00
Update to wgpu 0.12
This commit is contained in:
@ -25,10 +25,10 @@ anyhow = "1.0"
|
||||
bytemuck = { version = "1.4", features = [ "derive" ] }
|
||||
cgmath = "0.18"
|
||||
env_logger = "0.9"
|
||||
image = "0.23"
|
||||
image = "0.24.1"
|
||||
log = "0.4"
|
||||
pollster = "0.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tobj = "3.0"
|
||||
wgpu = "0.11"
|
||||
winit = "0.25"
|
||||
wgpu = "0.12.0"
|
||||
winit = "0.26.1"
|
||||
|
Reference in New Issue
Block a user