mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
parent
f64814f249
commit
140dda9968
10 changed files with 472 additions and 51 deletions
|
@ -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 }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -12,6 +12,6 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
euclid = "0.22"
|
||||
surfman = "0.5"
|
||||
surfman = "0.6"
|
||||
surfman-chains = "0.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue