Fix build of wgpu-hal on macOS with features = ["gles"]. (#7266)

Without this change, `cargo build -p wgpu-hal --features=gles` will fail
if `target_os = "macos"`.
This commit is contained in:
Kevin Reid 2025-03-04 21:12:43 -08:00 committed by GitHub
parent f59b034153
commit 67f1554e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,7 @@ gles = [
"dep:libloading",
"dep:log",
"dep:ndk-sys",
"dep:objc",
"dep:profiling",
"dep:wasm-bindgen",
"dep:web-sys",