mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix raw-window-handle dependency being too lenient (#7526)
This commit is contained in:
parent
936aa4d9dc
commit
8a27fabc78
@ -138,7 +138,7 @@ png = "0.17.16"
|
||||
pollster = "0.4"
|
||||
portable-atomic = "1"
|
||||
profiling = { version = "1", default-features = false }
|
||||
raw-window-handle = { version = "0.6", default-features = false }
|
||||
raw-window-handle = { version = "0.6.2", default-features = false }
|
||||
rayon = "1"
|
||||
renderdoc-sys = "1.1.0"
|
||||
ron = "0.9"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user