mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade surfman to 0.9.1 (#31431)
* upgrade surfman to 0.9.1 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * remove 'libegl1-mesa-dev' from runtime dependencies Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
304ab9b09c
commit
b9e217c480
2 changed files with 3 additions and 13 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -3438,15 +3438,6 @@ version = "0.1.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
||||
|
||||
[[package]]
|
||||
name = "mach"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mach2"
|
||||
version = "0.4.2"
|
||||
|
@ -5870,9 +5861,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "surfman"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "29362235cba051e9e6eb5a136b32c1ab6933d2545e4fffd0ba22ac904498d0e2"
|
||||
checksum = "2a10a79c436583753fa108971470dd42f2111ce068f1b6fdebd981a96f920bdf"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"cfg_aliases",
|
||||
|
@ -5887,7 +5878,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"mach",
|
||||
"mach2",
|
||||
"metal 0.24.0",
|
||||
"objc",
|
||||
"raw-window-handle",
|
||||
|
|
|
@ -193,7 +193,6 @@ Run Servo with the command:
|
|||
* `libXi`
|
||||
* `libxkbcommon`
|
||||
* `vulkan-loader`
|
||||
* `libegl1-mesa-dev`
|
||||
|
||||
## Developing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue