mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-04-17 06:26:35 +00:00
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:
parent
f59b034153
commit
67f1554e77
@ -112,6 +112,7 @@ gles = [
|
||||
"dep:libloading",
|
||||
"dep:log",
|
||||
"dep:ndk-sys",
|
||||
"dep:objc",
|
||||
"dep:profiling",
|
||||
"dep:wasm-bindgen",
|
||||
"dep:web-sys",
|
||||
|
Loading…
Reference in New Issue
Block a user