This commit is contained in:
Max Ammann 2023-04-12 15:35:19 -04:00 committed by GitHub
parent 4945edcd0b
commit 7d1fb6e663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ tile-grid = "0.3.0"
# Rendering
#wgpu = "0.15.0"
wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "cfc038aeb9b732019dc03fa7eeaac1c7f37fc71f" }
wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "d781bb744397d64ed95e6888a4ccb4d6975c8cc3" }
# wgpu = { git = "https://github.com/gfx-rs/wgpu" }
lyon = { version = "1.0.0", features = [] }
raw-window-handle = "0.5.0"