Bump surfman to 0.6

Update to the new release of surfman, and consume it without using the
`patches` section in Cargo.toml.
This commit is contained in:
Thomas Gardner 2023-02-24 16:02:20 +11:00
parent f64814f249
commit 140dda9968
10 changed files with 472 additions and 51 deletions

View file

@ -57,7 +57,7 @@ libservo = { path = "../../components/servo" }
log = "0.4"
servo-media = { git = "https://github.com/servo/media" }
shellwords = "1.0.0"
surfman = { version = "0.5", features = ["sm-winit", "sm-x11"] }
surfman = { version = "0.6", features = ["sm-winit", "sm-x11"] }
tinyfiledialogs = "3.0"
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] }
winit = "0.28.1"