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

@ -40,7 +40,7 @@ sparkle = "0.1.25"
style = { path = "../style" }
style_traits = { path = "../style_traits" }
# NOTE: the sm-angle feature only enables angle on windows, not other platforms!
surfman = { version = "0.5", features = ["sm-angle","sm-angle-default"] }
surfman = { version = "0.6", features = ["sm-angle","sm-angle-default"] }
surfman-chains = "0.7"
surfman-chains-api = "0.2"
time = { version = "0.1.41", optional = true }

View file

@ -78,7 +78,7 @@ servo_url = { path = "../url" }
sparkle = "0.1"
style = { path = "../style", features = ["servo"] }
style_traits = { path = "../style_traits", features = ["servo"] }
surfman = "0.5"
surfman = "0.6"
webdriver_server = { path = "../webdriver_server", optional = true }
webgpu = { path = "../webgpu" }
webrender = { git = "https://github.com/servo/webrender" }

View file

@ -12,6 +12,6 @@ path = "lib.rs"
[dependencies]
euclid = "0.22"
surfman = "0.5"
surfman = "0.6"
surfman-chains = "0.7"