mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Bump webxr
Commit a5824ed (servo/webxr#203) bumped surfman to 0.6. This commit bumps servo's webxr dep, letting all servo deps use the same version of surfman and winit.
This commit is contained in:
parent
f892fe9a1d
commit
dfc30bb9ad
2 changed files with 65 additions and 608 deletions
649
Cargo.lock
generated
649
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -30,18 +30,14 @@ packages = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"base64",
|
"base64",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"cloudabi",
|
|
||||||
"cocoa",
|
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
"fixedbitset",
|
"fixedbitset",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"gleam",
|
|
||||||
"h2",
|
"h2",
|
||||||
"image",
|
"image",
|
||||||
"itoa",
|
"itoa",
|
||||||
"libloading",
|
"libloading",
|
||||||
"lock_api",
|
|
||||||
"metal",
|
"metal",
|
||||||
"miniz_oxide",
|
"miniz_oxide",
|
||||||
"num-rational",
|
"num-rational",
|
||||||
|
@ -83,11 +79,9 @@ packages = [
|
||||||
# https://github.com/servo/servo/pull/25518
|
# https://github.com/servo/servo/pull/25518
|
||||||
"core-foundation",
|
"core-foundation",
|
||||||
"core-foundation-sys",
|
"core-foundation-sys",
|
||||||
"core-graphics",
|
|
||||||
"lyon_geom",
|
"lyon_geom",
|
||||||
|
|
||||||
# https://github.com/servo/servo/pull/28236
|
# https://github.com/servo/servo/pull/28236
|
||||||
"dlib",
|
|
||||||
"nix",
|
"nix",
|
||||||
|
|
||||||
# Duplicated by webrender debugger via ws
|
# Duplicated by webrender debugger via ws
|
||||||
|
@ -100,24 +94,6 @@ packages = [
|
||||||
# Duplicated by winit/surfman update.
|
# Duplicated by winit/surfman update.
|
||||||
"raw-window-handle",
|
"raw-window-handle",
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
"calloop",
|
|
||||||
"io-surface",
|
|
||||||
"memmap2",
|
|
||||||
"ndk",
|
|
||||||
"ndk-sys",
|
|
||||||
"num_enum",
|
|
||||||
"num_enum_derive",
|
|
||||||
"owned_ttf_parser",
|
|
||||||
"smithay-client-toolkit",
|
|
||||||
"strsim",
|
|
||||||
"surfman",
|
|
||||||
"ttf-parser",
|
|
||||||
"wayland-client",
|
|
||||||
"wayland-commons",
|
|
||||||
"wayland-cursor",
|
|
||||||
"wayland-protocols",
|
|
||||||
"wayland-scanner",
|
|
||||||
"winit",
|
|
||||||
]
|
]
|
||||||
# Files that are ignored for all tidy and lint checks.
|
# Files that are ignored for all tidy and lint checks.
|
||||||
files = [
|
files = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue