mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
webgpu: Enable gles support (#32452)
This commit is contained in:
parent
b178a2b6e2
commit
4f5184b6e2
3 changed files with 22 additions and 1 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -2245,6 +2245,15 @@ dependencies = [
|
|||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glutin_wgl_sys"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
|
||||
dependencies = [
|
||||
"gl_generator",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gobject-sys"
|
||||
version = "0.19.5"
|
||||
|
@ -3187,6 +3196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"libloading 0.8.3",
|
||||
"pkg-config",
|
||||
]
|
||||
|
||||
|
@ -7267,6 +7277,8 @@ dependencies = [
|
|||
"cfg_aliases",
|
||||
"core-graphics-types",
|
||||
"d3d12",
|
||||
"glow",
|
||||
"glutin_wgl_sys",
|
||||
"gpu-alloc",
|
||||
"gpu-descriptor",
|
||||
"js-sys",
|
||||
|
@ -7276,6 +7288,7 @@ dependencies = [
|
|||
"log",
|
||||
"metal 0.28.0",
|
||||
"naga",
|
||||
"ndk-sys",
|
||||
"objc",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue