Fix raw-window-handle dependency being too lenient (#7526)

This commit is contained in:
Kevin Reid 2025-04-12 19:21:57 -07:00 committed by GitHub
parent 936aa4d9dc
commit 8a27fabc78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"