mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix webgpu demo (https://github.com/gfx-rs/wgpu/pull/3670) (#275)
This commit is contained in:
parent
4945edcd0b
commit
7d1fb6e663
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user